zqy
2025-09-22 13ba3e8bf45ed8ca81454c2c159f569a2de69c51
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;
    /**