Merge branch 'ww' into test

This commit is contained in:
2024-09-12 10:31:53 +08:00

View File

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