修改加盟模式

This commit is contained in:
苏竹红
2024-07-12 17:03:13 +08:00
parent cf4c18d7f4
commit af6ec77b26
7 changed files with 41 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ public class ChangeInvestmentRequest {
private String investmentManagerId;
private Integer joinMode;
private Long lineId;
}

View File

@@ -13,6 +13,9 @@ import java.util.List;
@Data
public class PublicLineListVO extends BaseInfoVO{
@ApiModelProperty("加盟模式 1-社会加盟模式 2-强加盟模式")
private Integer joinMode;
@ApiModelProperty("招商经理名称")
private String lastInvestmentManagerUserName;

View File

@@ -17,6 +17,9 @@ public class IntendPendingVO extends BaseInfoVO {
@ApiModelProperty("提交时间")
private Date joinTime;
@ApiModelProperty("加盟模式 1-社会加盟模式 2-强加盟模式")
private Integer joinMode;
public IntendPendingVO(){}
public IntendPendingVO(BaseInfoVO baseInfoVO) {