fuliqi
2023-11-30 48c336687914f3aa183fc1b2e047cfbde581748d
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;
}