feat:门店id 门店编号 限制
This commit is contained in:
@@ -13,10 +13,13 @@ import javax.validation.constraints.NotEmpty;
|
||||
*/
|
||||
@Data
|
||||
public class CoolOpenBasicInfoRequest {
|
||||
|
||||
@ApiModelProperty(value = "门店id")
|
||||
@NotBlank(message = "门店id不能为空")
|
||||
private String storeId;
|
||||
|
||||
@ApiModelProperty(value = "门店编号")
|
||||
@NotEmpty(message = "门店编号不能为空")
|
||||
private String storeCode;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user