forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-22 b4d23d40c6ba77b028538ccebf8b757b5491aa90
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/domain/dto/FrontPageListDTO.java
@@ -10,6 +10,11 @@
    /**
     * 所属编号
     */
    private String windupId;
    /**
     * 所属编号
     */
    private String ownerId;
    /**
@@ -98,4 +103,19 @@
     * 事项状态
     */
    private String process;
    /**
     * 申请类型
     */
    private String applyType;
    /**
     * 申请进度
     */
    private String applyStatus;
    /**
     * 审核部门
     */
    private String auditDept;
}