zqy
2025-11-11 3e02abec44a648f01174a4c3494a96ccb46a3b1a
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:台账
     */
@@ -114,4 +116,6 @@
     */
    private Integer shareId;
    private String cosKey;
}