fei
3 天以前 458bed025c92c45ce7cfca3e685b9cb9548c61d3
zhang-content/src/main/java/com/ruoyi/domain/ZfProperty.java
@@ -30,6 +30,9 @@
    @TableId(type = IdType.AUTO)
    private Integer id;
    private String fileName;
    /** 资产类型 */
    @Excel(name = "资产类型")
    private String type;
@@ -62,7 +65,7 @@
    /**
     * 发生时间
     */
    @Excel(name = "发生时间", dateFormat = "yyyy-MM-dd")
    @Excel(name = "时间", dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
@@ -98,4 +101,6 @@
    @TableField(exist = false)
    private Date happenEndTime;
    private Integer shareId;
}