master:档口调优;

pull/1121/head
liujiang 2025-08-08 22:32:45 +08:00
parent 8d8384d36d
commit 42d84da523
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,8 @@ import java.util.List;
@Accessors(chain = true)
public class StoreCertCreateVO {
@ApiModelProperty(value = "档口认证ID新增时不传编辑必传")
private Long storeCertId;
@Valid
@ApiModelProperty(value = "档口认证信息", required = true)
@NotNull(message = "档口认证信息不能为空!")
@ -68,8 +70,6 @@ public class StoreCertCreateVO {
@Data
@ApiModel
public static class SCStoreCertVO {
@ApiModelProperty(value = "档口认证ID新增时不传编辑必传")
private Long storeCertId;
@ApiModelProperty(value = "真实姓名", required = true)
@NotBlank(message = "真实姓名不能为空")
@Size(min = 0, max = 30, message = "真实姓名长度必须在1到30个字之间")