feige
2025-06-14 061f8f5f29fbc3c34719be14b6d178a92b636f78
zhang-content/src/main/java/com/ruoyi/domain/ZfClean.java
@@ -31,7 +31,7 @@
    /**
     * 0:保洁,1:收纳
     */
    @Excel(name = "类型",readConverterExp = "0=保洁,1=收纳")
    @Excel(name = "类型(必须是保洁或者收纳)",readConverterExp = "0=保洁,1=收纳")
    private Integer kind;
    /**