Commit 83cf115b by fudahua

Merge remote-tracking branch 'origin/developer' into developer

parents b2e19277 346aaec0
......@@ -33,7 +33,9 @@ public enum AppPageType {
//人脸到店
FACE_ARRIVAL(14, "hbapp_customer_bind_faceId"),
//完善标签
PERFECT_TAG(15, "hbapp_customer_edit_tag");
PERFECT_TAG(15, "hbapp_customer_edit_tag"),
//销售线索任务列表
MARKET_CLUE_TASK(16, "hbapp_sales_lead_main");
AppPageType(int type, String desc){
......
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