Commit b768d2d4 by huangZW

111

parent 48942f67
...@@ -27,7 +27,10 @@ public enum AppPageType { ...@@ -27,7 +27,10 @@ public enum AppPageType {
//我的关联记录 //我的关联记录
MY_RELATED_RECORD(11, "store_relate_my_record_list"), MY_RELATED_RECORD(11, "store_relate_my_record_list"),
//门店关联记录 //门店关联记录
STORE_RELATED_RECORD(12, "store_relate_store_record_list"); STORE_RELATED_RECORD(12, "store_relate_store_record_list"),
//edaixi订单详情
EDAIXI_DETAIL(13, "hbapp_eWashing_order_preview");
AppPageType(int type, String desc){ AppPageType(int type, String desc){
this.code = type; this.code = type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment