修改加盟模式
This commit is contained in:
@@ -12,6 +12,8 @@ public class ChangeInvestmentRequest {
|
||||
|
||||
private String investmentManagerId;
|
||||
|
||||
private Integer joinMode;
|
||||
|
||||
private Long lineId;
|
||||
|
||||
}
|
||||
|
||||
@@ -13,6 +13,9 @@ import java.util.List;
|
||||
@Data
|
||||
public class PublicLineListVO extends BaseInfoVO{
|
||||
|
||||
@ApiModelProperty("加盟模式 1-社会加盟模式 2-强加盟模式")
|
||||
private Integer joinMode;
|
||||
|
||||
@ApiModelProperty("招商经理名称")
|
||||
private String lastInvestmentManagerUserName;
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user