zhang-content/src/main/java/com/ruoyi/domain/ZfClean.java
@@ -28,10 +28,12 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; private String fileName; /** * 0:保洁,1:收纳 */ @Excel(name = "类型",readConverterExp = "0=保洁,1=收纳") @Excel(name = "类型(必须是保洁或者收纳)",readConverterExp = "0=保洁,1=收纳") private Integer kind; /** @@ -76,7 +78,7 @@ private String url; @Excel(name="所属家庭编号(导入数据时请删除此栏)") private String familyId; private Long familyId; /** @@ -110,4 +112,9 @@ @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") private Date happenTime; /** * 分享人id */ private Integer shareId; }