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; @@ -40,7 +40,10 @@ private Long businessId; /** * 操作人id */ Long oprationUserId; /** * 积分卡ID */ @@ -65,10 +68,12 @@ /** * 操作人ID */ private String openId; private Long vipId; private Long userId; private Long shopId; /** * 备注 */