Переглянути джерело

优化医生拒方字段映射问题

cgp 1 тиждень тому
батько
коміт
917bb89edc

+ 1 - 1
fs-service/src/main/java/com/fs/course/vo/FsUserInfoCollectionUVO.java

@@ -72,7 +72,7 @@ public class FsUserInfoCollectionUVO {
     private String remark;
 
     //用户性别 0女 1男
-    private Integer sex;
+    private Long sex;
     //用户姓名
     private String userName;
     //用户电话后四位

+ 1 - 1
fs-service/src/main/java/com/fs/hisStore/domain/FsUserInformationCollection.java

@@ -83,7 +83,7 @@ public class FsUserInformationCollection extends BaseEntity{
     private Date doctorConfirmTime;
 
     //用户性别 0女 1男
-    private Integer sex;
+    private Long sex;
     //用户姓名
     private String userName;
     //用户电话后四位

+ 1 - 1
fs-service/src/main/java/com/fs/hisStore/param/FsUserInformationCollectionParam.java

@@ -34,7 +34,7 @@ public class FsUserInformationCollectionParam {
     private BigDecimal amount;
 
     //用户性别 0女 1男
-    private Integer sex;
+    private Long sex;
     //用户姓名
     private String userName;
     //用户电话后四位

+ 1 - 1
fs-service/src/main/java/com/fs/hisStore/vo/FsUserInformationCollectionVO.java

@@ -29,7 +29,7 @@ public class FsUserInformationCollectionVO {
     private Integer isPackage;
 
     //用户性别 0女 1男
-    private Integer sex;
+    private Long sex;
     //用户姓名
     private String userName;
     //用户电话后四位