This commit is contained in:
shuo.wang
2025-05-15 19:00:55 +08:00
parent e344acc7de
commit 3c2f97d2f6
5 changed files with 39 additions and 0 deletions

View File

@@ -49,5 +49,7 @@ public class PreparationCommonPendingVO {
private Integer joinMode;
private Long regionId;
private Date updateTime;
@ApiModelProperty("签约类型")
private Integer signType;
}