@@ -72,7 +72,7 @@ public class FsUserInfoCollectionUVO {
private String remark;
//用户性别 0女 1男
- private Integer sex;
+ private Long sex;
//用户姓名
private String userName;
//用户电话后四位
@@ -83,7 +83,7 @@ public class FsUserInformationCollection extends BaseEntity{
private Date doctorConfirmTime;
@@ -34,7 +34,7 @@ public class FsUserInformationCollectionParam {
private BigDecimal amount;
@@ -29,7 +29,7 @@ public class FsUserInformationCollectionVO {
private Integer isPackage;