zq-erp/src/main/java/com/matrix/system/score/entity/ScoreUseRecord.java
@@ -7,16 +7,16 @@ /** * @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; @@ -25,7 +25,7 @@ */ private Integer recType; private Integer type; /** * 数量 @@ -40,7 +40,10 @@ private Long businessId; /** * 操作人id */ Long oprationUserId; /** * 积分卡ID */ @@ -65,10 +68,10 @@ /** * 操作人ID */ private Long vipId; private Long shopId; private Long userId; /** * 备注 */