zqy
2025-09-22 13ba3e8bf45ed8ca81454c2c159f569a2de69c51
zhang-content/src/main/java/com/ruoyi/domain/ZfEconomy.java
@@ -31,6 +31,8 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    private String fileName;
    /**
     * 0:基金、1:台账
     */
@@ -109,4 +111,11 @@
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
    /**
     * 分享人id
     */
    private Integer shareId;
    private String cosKey;
}