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