|
@@ -102,6 +102,10 @@ public class VipCardRecord implements Serializable {
|
|
|
@TableField(value = "display_flag_")
|
|
|
private Boolean displayFlag;
|
|
|
|
|
|
+ @ApiModelProperty("是否有效 1:有效,0:失效")
|
|
|
+ @TableField(value = "efficient_flag_")
|
|
|
+ private Boolean efficientFlag;
|
|
|
+
|
|
|
@ApiModelProperty("关联ID")
|
|
|
@TableField(value = "ref_id_")
|
|
|
private Long refId;
|