ali
2025-03-27 c2c065db3bcf5668c42e207720a2eadafe8550b4
zhitan-system/src/main/java/com/zhitan/saving/domain/entity/PoliciesRegulationsManagement.java
@@ -36,7 +36,7 @@
     * 政策类型
     */
    @Excel(name = "政策类型")
    private Integer type;
    private String type;
    /**
     * 印发部门
@@ -55,7 +55,7 @@
     * 文件地址
     */
    @Excel(name = "文件地址")
    private String address;
    private String url;
    /**
     * 删除标志(0:正常;1:删除)