| | |
| | | |
| | | /** |
| | | * <p> |
| | | * 惠民卡协议配置 关联惠民卡协议管理 |
| | | * 玩湃惠民卡协议配置 关联玩湃惠民卡协议管理 |
| | | * </p> |
| | | * |
| | | * @author jqs |
| | |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @Accessors(chain = true) |
| | | @TableName("t_points_merchandise_city") |
| | | @TableName("t_huimin_agreement_setting") |
| | | public class THuiminAgreementSetting extends Model<THuiminAgreementSetting> { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | */ |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Integer id; |
| | | @TableField("agreementId") |
| | | private Integer agreementId; |
| | | /** |
| | | * 协议名称 |
| | | */ |
| | |
| | | |
| | | @TableField("agreementContent") |
| | | private String agreementContent; |
| | | /** |
| | | *协议管理id |
| | | */ |
| | | @ApiModelProperty("协议管理id") |
| | | @TableField("agreementId") |
| | | private Integer agreementId; |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |
| | | } |
| | | |
| | | |
| | | } |