🔥 删除无效代码
This commit is contained in:
parent
0f8c72fcc0
commit
e88aac76d1
@ -21,7 +21,6 @@ public class ArticleLucene {
|
||||
/**
|
||||
* 文章编号
|
||||
*/
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
private Long idArticle;
|
||||
|
||||
/**
|
||||
|
@ -21,7 +21,6 @@ public class PortfolioLucene {
|
||||
/**
|
||||
* 作品集编号
|
||||
*/
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
private Long idPortfolio;
|
||||
|
||||
/**
|
||||
|
@ -21,7 +21,6 @@ public class UserLucene {
|
||||
/**
|
||||
* 用户编号
|
||||
*/
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
private Long idUser;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user