mg
2022-10-12 ed94d213d154fce8221b88868fccdff446fd4116
ycl-platform/src/main/java/com/ycl/dto/caseHandler/ChechParam.java
@@ -19,12 +19,12 @@
     * 案件id
     */
    @ApiModelProperty(value = "案件id")
    private Integer baseCaseId;
    private Long baseCaseId;
    /**
     * 当前处理人
     */
    @ApiModelProperty(value = "当前处理人")
    private Integer currentUser;
    private Long currentUser;
    /**
     * 审核状态
     */