package com.kmall.admin.dto; import lombok.Data; @Data public class Mall2RulesDto { private Long mkaId; //积分类型 private String rulesType; //积分生成规则Name(门店,商品类别,商品) private String pointsRulesName; //门店ID,商品ID,商品分类ID private Long rulesId; //商品料件号 private String goodsSku; //条码 private String barcode; //备注 private String remark; }