wl
2022-10-10 96cd80f0eaa77b48b0eaf50d2e6c52f22d8429ab
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;
    /**
     * 审核状态
     */