店铺修改 参数问题 非空

This commit is contained in:
wangw 2024-09-12 10:31:26 +08:00
parent 8b099a2ae6
commit baa9c6c260
1 changed files with 1 additions and 2 deletions

View File

@ -189,8 +189,7 @@ public class TbShopInfo implements Serializable {
@ApiModelProperty(value = "到期时间")
private Long expireAt;
@Column(name = "`status`",nullable = false)
@NotNull
@Column(name = "`status`")
@ApiModelProperty(value = "门店状态")
private Integer status;