From 0879050c6f47cf61488848d2bdb882ec33bf341d Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 30 三月 2023 19:46:52 +0800 Subject: [PATCH] 代码优化 --- ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java b/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java index bb1a357..6a98d88 100644 --- a/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java +++ b/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java @@ -11,9 +11,8 @@ @Data @ApiModel(value = "娣诲姞杩濊妗堜欢") -public class ViolationParam extends DispatchInfoParam { +public class ViolationParam { - private Long baseId; @ApiModelProperty(value = "鐘舵��") private Integer state; @@ -49,7 +48,7 @@ */ @ApiModelProperty(value = "妗堜欢绛夌骇") @NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�") - private Integer gradeId; + private Long gradeId; /** * 鎵�灞炶閬� @@ -91,7 +90,7 @@ * 鍏宠仈鍟嗛摵鍚嶇О */ @ApiModelProperty(value = "鍏宠仈鍟嗛摵鍚嶇О") - private String shopName; + private Integer shopName; /** * 杞︾墝鍙� -- Gitblit v1.8.0