From eb41baf336689cce9344e95c1bf1b0c702fc77d5 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 09 十一月 2022 17:21:42 +0800 Subject: [PATCH] 违规检索和对导出进行封装 --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java index 5a9644c..ed405f9 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java +++ b/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; } -- Gitblit v1.8.0