|
@@ -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;
|
|
|
}
|