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:已删除