fix
This commit is contained in:
@@ -42,6 +42,8 @@ public class BaseInfoVO {
|
||||
|
||||
@ApiModelProperty("子阶段状态")
|
||||
private Integer workflowSubStageStatus;
|
||||
@ApiModelProperty("加盟模式")
|
||||
private Integer joinMode;
|
||||
|
||||
public BaseInfoVO(){}
|
||||
/**
|
||||
@@ -59,6 +61,7 @@ public class BaseInfoVO {
|
||||
this.userPortraitList = baseInfoVO.getUserPortraitList();
|
||||
this.workflowStage = baseInfoVO.getWorkflowStage();
|
||||
this.workflowSubStageStatus = baseInfoVO.getWorkflowSubStageStatus();
|
||||
this.joinMode = baseInfoVO.getJoinMode();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -45,6 +45,8 @@ public class PreparationCommonPendingVO {
|
||||
private String submitTime;
|
||||
@ApiModelProperty("门店类型")
|
||||
private Integer storeType;
|
||||
@ApiModelProperty("加盟模式")
|
||||
private Integer joinMode;
|
||||
private Long regionId;
|
||||
private Date updateTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user