zhanghua
2022-11-03 240a430cd12066a13e35e3da554b3b6afecdf512
ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
@@ -122,4 +122,10 @@
    @TableField(value = "linkTime",exist = false)
    @ApiModelProperty(value = "环节用时")
    private String linkTime;
    /**
     *  处理人
     */
    @TableField(value = "handler_text",exist = false)
    @ApiModelProperty(value = "处理人")
    private String handlerText;
}