| | |
| | | |
| | | /** |
| | | * @description 积分记录表 |
| | | * @author yourName |
| | | * @author jyy |
| | | * @date 2021-02-26 15:26 |
| | | */ |
| | | @Data |
| | | @TableName("score_use_record") |
| | | public class ScoreUseRecord extends BaseEntity{ |
| | | @Extend |
| | | private static final long serialVersionUID = 1L; |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | */ |
| | | |
| | | |
| | | private Integer recType; |
| | | private Integer type; |
| | | |
| | | /** |
| | | * 数量 |
| | |
| | | |
| | | |
| | | private Long businessId; |
| | | |
| | | /** |
| | | * 操作人id |
| | | */ |
| | | Long oprationUserId; |
| | | /** |
| | | * 积分卡ID |
| | | */ |
| | |
| | | /** |
| | | * 操作人ID |
| | | */ |
| | | private String openId; |
| | | |
| | | private Long vipId; |
| | | |
| | | private Long userId; |
| | | |
| | | private Long shopId; |
| | | |
| | | /** |
| | | * 备注 |
| | | */ |