平台 模板列表 状态
This commit is contained in:
parent
2f727b65e6
commit
8b6369ce8f
|
|
@ -30,7 +30,7 @@ public class SmsShopTemplateDTO implements Serializable {
|
||||||
|
|
||||||
@Serial
|
@Serial
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
@NotNull(message = "模板内容不能为空", groups = { UpdateGroup.class})
|
@NotNull(message = "模板id不能为空", groups = { UpdateGroup.class})
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
private Long shopId;
|
private Long shopId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue