ruoyi-system/src/main/java/com/ruoyi/system/domain/UserPolicy.java
@@ -74,6 +74,8 @@ // 保险结束日期 private LocalDate endDate; // 领取失效日期 private LocalDate insuranceBenefitExpiryDate; // 是否终身保险 0:是 1:否 private Integer isLifelong ; @@ -95,9 +97,12 @@ //支付订单号 private String orderNo; //支付失败原因 //支付失败原因getProduct private String payMsg; //支付方式 1 支付宝 2微信 3余额 private Integer modePayment; // 性别枚举 M:男 F:女 OTHER:其他 public enum Gender { M, F, OTHER