保洁查询和新增的问题
This commit is contained in:
parent
7c95a690ea
commit
b8ccb255d5
@ -24,7 +24,7 @@ public class TbBuilding extends TenantEntity {
|
|||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@TableId(value = "id")
|
@TableId(value = "id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -24,7 +24,7 @@ public class TbCommunity extends TenantEntity {
|
|||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@TableId(value = "id")
|
@TableId(value = "id")
|
||||||
private Long id;
|
private Long id;
|
||||||
@ -80,7 +80,7 @@ public class TbCommunity extends TenantEntity {
|
|||||||
private Long area;
|
private Long area;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
private Date builtYear;
|
private Date builtYear;
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|||||||
public class TbBuildingBo extends BaseEntity {
|
public class TbBuildingBo extends BaseEntity {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@NotNull(message = "不能为空", groups = { EditGroup.class })
|
@NotNull(message = "不能为空", groups = { EditGroup.class })
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -23,7 +23,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|||||||
public class TbCommunityBo extends BaseEntity {
|
public class TbCommunityBo extends BaseEntity {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@NotNull(message = "不能为空", groups = { EditGroup.class })
|
@NotNull(message = "不能为空", groups = { EditGroup.class })
|
||||||
private Long id;
|
private Long id;
|
||||||
@ -88,7 +88,7 @@ public class TbCommunityBo extends BaseEntity {
|
|||||||
private Long area;
|
private Long area;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
private Date builtYear;
|
private Date builtYear;
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ public class TbBuildingVo implements Serializable {
|
|||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "")
|
@ExcelProperty(value = "")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -31,7 +31,7 @@ public class TbCommunityVo implements Serializable {
|
|||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "")
|
@ExcelProperty(value = "")
|
||||||
private Long id;
|
private Long id;
|
||||||
@ -97,7 +97,7 @@ public class TbCommunityVo implements Serializable {
|
|||||||
private Long area;
|
private Long area;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "")
|
@ExcelProperty(value = "")
|
||||||
private Date builtYear;
|
private Date builtYear;
|
||||||
|
Loading…
Reference in New Issue
Block a user