fei
2025-11-19 f0aac7e028b09aefa2428a8d66fdb81e466a89fe
archiveManager/src/main/java/com/ruoyi/domain/vo/RecordToUserCount.java
@@ -12,6 +12,10 @@
    private Long cnt;
    @Excel(name = "完成案卷数")
    private Long swlr;
    @Excel(name = "未上传附件")
    private Long wlrf;
    @Excel(name = "待修改")
    private Long dxg;
    @Excel(name = "未完成案卷数")
    private Long ylr; 
}