后端:增加 Banner 增删改查接口

This commit is contained in:
YunaiV
2019-03-30 21:57:01 +08:00
parent 0256a4da17
commit 4595db1d4c
41 changed files with 1543 additions and 19 deletions

View File

@@ -4,6 +4,9 @@ import javax.validation.constraints.NotNull;
public class AdminPageDTO {
/**
* 昵称,模糊匹配
*/
private String nickname;
@NotNull(message = "页码不能为空")