🔨 Refactor: [后台]:修改bookmark index结构,增加bookamrkId字段
This commit is contained in:
parent
8d23f99f29
commit
f1e95809bc
@ -19,6 +19,9 @@ public class EsConstant {
|
||||
*/
|
||||
public static final String CREATE_BOOKMARK_INDEX = "{\n" +
|
||||
" \"properties\": {\n" +
|
||||
" \"bookmarkId\":{\n" +
|
||||
" \"type\":\"integer\"\n" +
|
||||
" },\n" +
|
||||
" \"userId\":{\n" +
|
||||
" \"type\":\"integer\"\n" +
|
||||
" },\n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user