mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-11 19:21:39 +08:00
所有页面的网页标题和页内标题区分开;搜索页允许查询空字符串(列出所有)
This commit is contained in:
@@ -12,7 +12,7 @@ public class BookModel {
|
||||
Integer id;
|
||||
|
||||
// 书名
|
||||
@NotBlank(message = "书籍名称不能为空")
|
||||
// @NotBlank(message = "书籍名称不能为空")
|
||||
String bookName;
|
||||
|
||||
// 书籍简介
|
||||
|
Reference in New Issue
Block a user