保洁查询和新增的问题

This commit is contained in:
dy 2025-06-30 20:05:58 +08:00
parent 7c95a690ea
commit b8ccb255d5
6 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@ public class TbBuilding extends TenantEntity {
private static final long serialVersionUID = 1L;
/**
*
*
*/
@TableId(value = "id")
private Long id;

View File

@ -24,7 +24,7 @@ public class TbCommunity extends TenantEntity {
private static final long serialVersionUID = 1L;
/**
*
*
*/
@TableId(value = "id")
private Long id;
@ -80,7 +80,7 @@ public class TbCommunity extends TenantEntity {
private Long area;
/**
*
*
*/
private Date builtYear;

View File

@ -23,7 +23,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
public class TbBuildingBo extends BaseEntity {
/**
*
*
*/
@NotNull(message = "不能为空", groups = { EditGroup.class })
private Long id;

View File

@ -23,7 +23,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
public class TbCommunityBo extends BaseEntity {
/**
*
*
*/
@NotNull(message = "不能为空", groups = { EditGroup.class })
private Long id;
@ -88,7 +88,7 @@ public class TbCommunityBo extends BaseEntity {
private Long area;
/**
*
*
*/
private Date builtYear;

View File

@ -31,7 +31,7 @@ public class TbBuildingVo implements Serializable {
private static final long serialVersionUID = 1L;
/**
*
*
*/
@ExcelProperty(value = "")
private Long id;

View File

@ -31,7 +31,7 @@ public class TbCommunityVo implements Serializable {
private static final long serialVersionUID = 1L;
/**
*
*
*/
@ExcelProperty(value = "")
private Long id;
@ -97,7 +97,7 @@ public class TbCommunityVo implements Serializable {
private Long area;
/**
*
*
*/
@ExcelProperty(value = "")
private Date builtYear;