zhanghua
2024-09-05 a4cd4c2d98392cd1036f36b96c262878743a7e63
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;
}