From bd8147d7890bf60d88e4007c1af726ba5f364cf5 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期二, 14 三月 2023 11:24:31 +0800 Subject: [PATCH] 拼接地址 --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 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 8b67f66..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 @@ -85,7 +85,7 @@ */ @TableField("handler_id") @ApiModelProperty(value = "瀹為檯澶勭悊浜�") - private Integer handlerId; + private Long handlerId; /** * 鍒涘缓浜� @@ -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