Browse Source

增加字段

wangfeng 4 years ago
parent
commit
a7bf608b31

+ 1 - 0
cdssman-service/src/main/java/com/diagbot/dto/KlConceptAllSubDTO.java

@@ -22,4 +22,5 @@ public class KlConceptAllSubDTO {
     private Integer isConcept;
     private Integer sexType;
     private Integer isHasCommon;
+    private String remark;
 }