From 3e194c0902c307b0cfa2ec14bf303310eb1fb6e9 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 26 十月 2022 16:52:35 +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