Browse Source

新增bom分类id

fgd 1 year ago
parent
commit
3c3278445b

+ 18 - 0
sd-business/src/main/java/com/sd/business/entity/bom/constant/BomClassifyConstant.java

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