Browse Source

标签功能修改

zhangchen 5 days ago
parent
commit
fc4dcba740

+ 3 - 1
alien-store/src/main/java/shop/alien/store/util/GroupConstant.java

@@ -35,7 +35,9 @@ public class GroupConstant {
     public static final String LABEL_TYPE_MENU = "1";
     public static final String LABEL_TYPE_SHOP = "2";
 
-
+    /**
+     * 图片类型 20:单图模式, 21:多图模式
+     */
     public static final Integer IMG_TYPE_SINGLE_MODE = 20;
     public static final Integer IMG_TYPE_MULTI_MODE = 21;
 }