店铺修改 参数问题 非空
This commit is contained in:
parent
8b099a2ae6
commit
baa9c6c260
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue