From d1b1444d3b0093b71f8d089e57de9d7c013bf581 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 5 Jun 2020 16:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E7=90=86=E5=92=A8=E8=AF=A2=E5=B8=88dt?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../elink/esua/epdc/dto/psychology/PsychologistTitleDTO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/PsychologistTitleDTO.java b/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/PsychologistTitleDTO.java index 0c99d51..96f9b17 100644 --- a/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/PsychologistTitleDTO.java +++ b/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/PsychologistTitleDTO.java @@ -51,7 +51,7 @@ public class PsychologistTitleDTO implements Serializable { /** * 排序 */ - private String sort; + private Integer sort; /** * 删除标记 0:未删除,1:已删除