@@ -0,0 +1,18 @@
+package com.sd.business.entity.bom.constant;
+
+/**
+ * 分类id
+ */
+public interface BomClassifyConstant {
+ /**
+ * 瑜伽垫裸垫
+ Long YOGA_MAT = 1681220168933445634L;
+ * 跳绳垫裸垫
+ Long SKIP_MAT = 1682221128782798850L;
+}