fix
This commit is contained in:
@@ -42,7 +42,6 @@ public class MiniAddPointRequest {
|
||||
@ApiModelProperty("详细地址")
|
||||
private String address;
|
||||
|
||||
@NotNull
|
||||
@Min(1)
|
||||
@Max(2)
|
||||
@ApiModelProperty("经营状况 1营业中 2空铺")
|
||||
@@ -57,7 +56,6 @@ public class MiniAddPointRequest {
|
||||
@ApiModelProperty("支付方式 1.月付 2.季付 3.半年付 4.年付")
|
||||
private Integer paymentMethod;
|
||||
|
||||
@NotBlank
|
||||
@ApiModelProperty("转让费")
|
||||
private String transferFee;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user