xinquan-modules/xinquan-system/src/main/java/com/xinquan/system/domain/VipSetting.java
@@ -28,9 +28,11 @@ private static final long serialVersionUID = 1L; @ApiModelProperty(value = "VIP设置id") @TableId(value = "id", type = IdType.AUTO) @TableId(value = "id", type = IdType.ASSIGN_ID) private Long id; @ApiModelProperty(value = "uid 不会丢失精度的id 编辑时将值复制到id字段上") @TableField(exist = false) private String uid; @ApiModelProperty(value = "设置类型 1=会员费设置 2=会员权益设置3=会员用户协议 4=续费管理说明") @TableField("setting_type") private Integer settingType;