Quellcode durchsuchen

动态标签规格类型

zoujiajian vor 2 Jahren
Ursprung
Commit
443a7b08ee

+ 5 - 0
netflix-dao/src/main/java/com/cyksj/model/entity/CorpTagRuleRelation.java

@@ -38,4 +38,9 @@ public class CorpTagRuleRelation extends BaseEntity{
 	 * 下单状态
 	 */
 	private Integer orderStatus;
+
+	/**
+	 * 规格类型 0全部,1年付
+	 */
+	private Integer skuType;
 }