🔥 删除无效代码

This commit is contained in:
ronger 2022-11-16 10:15:00 +08:00
parent 0f8c72fcc0
commit e88aac76d1
3 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@ public class ArticleLucene {
/** /**
* 文章编号 * 文章编号
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long idArticle; private Long idArticle;
/** /**

View File

@ -21,7 +21,6 @@ public class PortfolioLucene {
/** /**
* 作品集编号 * 作品集编号
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long idPortfolio; private Long idPortfolio;
/** /**

View File

@ -21,7 +21,6 @@ public class UserLucene {
/** /**
* 用户编号 * 用户编号
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long idUser; private Long idUser;
/** /**