|
@@ -13,6 +13,32 @@ public interface AdwebConstant {
|
|
|
|
|
|
public static final Integer SITE_UNPUBLISH = 2;
|
|
|
|
|
|
+ /*菜单状态*/
|
|
|
+ public static final Integer MENU_DEL = 1;
|
|
|
+
|
|
|
+ /*模板配置状态*/
|
|
|
+ public static final Integer TEMPLATE_SETTING_DEL = 1;
|
|
|
+
|
|
|
+ /*模板上架状态*/
|
|
|
+ public static final Integer TEMPLATE_PUTAWAY = 1;
|
|
|
+
|
|
|
+ /*产品状态0删除1可用*/
|
|
|
+ public static final Integer STATUS = 1;
|
|
|
+
|
|
|
+ /*组件编码*/
|
|
|
+ public static final String PRODUCT = "product";
|
|
|
+
|
|
|
+ /*内容*/
|
|
|
+ public static final String NEWS = "news";
|
|
|
+
|
|
|
+ /*平台标识*/
|
|
|
+ public static final String APPKEY = "adweb";
|
|
|
+
|
|
|
+ /*内容分类*/
|
|
|
+ public static final String NEWSCATALOG = "newsCatalog";
|
|
|
+
|
|
|
+ public static final String PRODUCTCTALOG = "productCatalog";
|
|
|
+
|
|
|
/**
|
|
|
* 缓存前缀
|
|
|
*/
|