From 3cf5e9483f60c94d29df1a79bc0c1ca910ca46ef Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 13 十二月 2022 14:58:24 +0800 Subject: [PATCH] fix: 执法事件对外接口 --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 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 61eaf75..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 @@ -29,21 +29,21 @@ private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) - private Integer id; + private Long id; /** * 妗堜欢id */ @TableField("base_case_id") @ApiModelProperty(value = "妗堜欢id") - private Integer baseCaseId; + private Long baseCaseId; /** * 澶勭疆娴佺▼鐜妭閰嶇疆Id */ @TableField("workflow_config_step_id") @ApiModelProperty(value = "澶勭疆娴佺▼鐜妭閰嶇疆Id") - private Integer workflowConfigStepId; + private Long workflowConfigStepId; /** * 鐜妭鍚嶇О @@ -85,14 +85,14 @@ */ @TableField("handler_id") @ApiModelProperty(value = "瀹為檯澶勭悊浜�") - private Integer handlerId; + private Long handlerId; /** * 鍒涘缓浜� */ @TableField("create_user") @ApiModelProperty(value = "鍒涘缓浜�") - private Integer createUser; + private Long createUser; /** * 鍒涘缓鏃堕棿 @@ -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