调整sql

This commit is contained in:
xuwenbo
2021-02-02 10:11:09 +08:00
parent a23624f32c
commit c193f1f328
3 changed files with 8 additions and 10 deletions

View File

@ -34,7 +34,6 @@ public class StoreCanvas extends BaseDomain {
private String json;
/** 类型 1-系统画布 2-自定义页面 3-商家店铺装修 */
@NotNull
private Integer type;
/** 名称 */
@ -42,7 +41,6 @@ public class StoreCanvas extends BaseDomain {
private String name;
/** 店铺id当type=3的时候值为具体的店铺id其它情况为0 */
@NotNull
private Long shopId;