Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -30,7 +30,7 @@ public class SmsShopTemplateDTO implements Serializable {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
@NotNull(message = "模板内容不能为空", groups = { UpdateGroup.class})
|
||||
@NotNull(message = "模板id不能为空", groups = { UpdateGroup.class})
|
||||
private Long id;
|
||||
|
||||
private Long shopId;
|
||||
|
||||
Reference in New Issue
Block a user