feat:直营店开店
This commit is contained in:
@@ -85,12 +85,9 @@ public class AddSignFranchiseRequest {
|
||||
private String mobile;
|
||||
|
||||
@ApiModelProperty("合同编码")
|
||||
@NotBlank(message = "合同编码不能为空")
|
||||
private String contractCode;
|
||||
@ApiModelProperty("合同金额")
|
||||
@NotBlank(message = "合同金额不能为空")
|
||||
private String contractAmount;
|
||||
@NotBlank(message = "合伙签约人1不能为空")
|
||||
@ApiModelProperty("合伙签约人1")
|
||||
private String partnershipSignatoryFirst;
|
||||
@ApiModelProperty("合伙签约人2")
|
||||
@@ -116,7 +113,6 @@ public class AddSignFranchiseRequest {
|
||||
private String introductionAward;
|
||||
//签约人1第几家分店
|
||||
@ApiModelProperty("签约人1第几家分店")
|
||||
@NotNull(message = "签约人1第哪家分店不能为空")
|
||||
private Integer partnershipSignatoryFirstWhichStore;
|
||||
|
||||
//省
|
||||
|
||||
Reference in New Issue
Block a user