From 3f9ebf19e687c33287b0eaec64d4564a212f57db Mon Sep 17 00:00:00 2001 From: mg <maokecheng@163.com> Date: 星期三, 12 十月 2022 16:59:57 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java index 356f2a9..ffc2ad5 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java +++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java @@ -35,7 +35,7 @@ */ @TableId(value = "id", type = IdType.AUTO) @ApiModelProperty(value = "id") - private Integer id; + private Long id; /** * 浜嬩欢缂栧彿 @@ -105,7 +105,7 @@ */ @TableField("create_user") @ApiModelProperty(value = "鐧昏浜�") - private Integer createUser; + private Long createUser; /** * 澶勭悊鐘舵��(0璇姤 1涓婃姤 2绔嬫 3娲鹃仯 4澶勭疆 5鏍告煡 6缁撴) @@ -162,4 +162,21 @@ @TableField("close_time") @ApiModelProperty(value = "缁撴潫鏃堕棿") private LocalDateTime closeTime; + + /** + * 杩濊浜嬩欢 + */ + @TableField(value = "violations",exist = false) + @ApiModelProperty(value = "杩濊浜嬩欢") + private Violations violations; + + /** + * 杩濆缓浜嬩欢 + */ + @TableField(value = "illegalBuilding",exist = false) + @ApiModelProperty(value = "杩濆缓浜嬩欢") + private IllegalBuilding illegalBuilding; + + + } \ No newline at end of file -- Gitblit v1.8.0