From 40521d51f8c083212ceb1710ab0bea570821d063 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 04 十二月 2023 09:25:43 +0800 Subject: [PATCH] 平台端调度部门下拉框 --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java index a08faa4..f7e9cc0 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java +++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java @@ -52,7 +52,7 @@ */ @TableField("grade_id") @ApiModelProperty(value = "浜嬩欢绛夌骇") - private Integer gradeId; + private Long gradeId; /** * 妗堢敱 @@ -127,19 +127,19 @@ /** * 澶х被鏂囨湰 */ - @TableField(value = "category_text",exist = false) + @TableField(value = "category_text", exist = false) @ApiModelProperty(value = "鎵�灞炵ぞ鍖烘枃鏈�") private String categoryText; /** * 灏忕被鏂囨湰 */ - @TableField(value = "type_text",exist = false) + @TableField(value = "type_text", exist = false) @ApiModelProperty(value = "灏忕被鏂囨湰") private String typeText; /** * 浜嬩欢绛夌骇鏂囨湰 */ - @TableField(value = "grade_text",exist = false) + @TableField(value = "grade_text", exist = false) @ApiModelProperty(value = "浜嬩欢绛夌骇鏂囨湰") private String gradeText; } -- Gitblit v1.8.0