From d28bed1a1275131a5ca37f7da37961e2b518ac07 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 26 八月 2019 13:44:00 +0800
Subject: [PATCH] 淘礼金创建异常处理

---
 fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java
index 2461e1e..12d0a4b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java
@@ -17,7 +17,7 @@
  *
  */
 @Table("yeshi_ec_apppage_notification")
-public class AppPageNotification implements Serializable{
+public class AppPageNotification implements Serializable {
 	/**
 	 * 
 	 */
@@ -26,10 +26,14 @@
 	// 娑堟伅绫诲瀷鐨勬灇涓�
 	public enum AppPageNotificationTypeEnum {
 		home("棣栭〉"), coupon("浼樻儬鍒搁〉"), invite("閭�璇锋湁濂栭〉"), activity("鍔ㄦ��"), goodsDetail("璇︽儏杩囧害椤�"), mine("鎴戠殑"), money(
-				"璧勯噾"), accountDetail("璐︽埛鏄庣粏"), extract("鎻愮幇"), orderFanli("杩斿埄璁㈠崟"),orderTiCheng("鎻愭垚璁㈠崟"),orderTaoBao("娣樺疂璁㈠崟"), coollect("鏀惰棌"), scanHistory("瓒宠抗"), team(
-						"闃熷憳"), kefu("鑱旂郴瀹㈡湇"), taoBaoShoppingCart("娣樺疂璐墿杞�"), orderFind("璁㈠崟鐢宠瘔"), msgCenter("娑堟伅涓績");
+				"璧勯噾"), accountDetail("璐︽埛鏄庣粏"), extract("鎻愮幇"), orderFanli("杩斿埄璁㈠崟"), orderTiCheng("鎻愭垚璁㈠崟"), orderTaoBao(
+						"娣樺疂璁㈠崟"), coollect("鏀惰棌"), scanHistory("瓒宠抗"), team("闃熷憳"), kefu("鑱旂郴瀹㈡湇"), taoBaoShoppingCart(
+								"娣樺疂璐墿杞�"), orderFind("璁㈠崟鐢宠瘔"), msgCenter("娑堟伅涓績"), newOrder("璁㈠崟"), shareHistory(
+										"鍒嗕韩璁板綍"), goodsStorage(
+												"閫夊搧搴�"), tlj("鍒嗕韩鐖嗘璇︽儏"), tlj_buy("鑷喘绔嬪噺璇︽儏"), hongbao_balance("绾㈠寘浣欓"),
+		goodsDetailJD("浜笢璇︽儏"),goodsDetailPDD("鎷煎澶氳鎯�"),orderFindJD("鎷煎澶氳鍗曟壘鍥�"),orderFindPDD("浜笢璁㈠崟鎵惧洖");
 		private final String desc;
-		
+
 		private AppPageNotificationTypeEnum(String desc) {
 			this.desc = desc;
 		}
@@ -45,19 +49,19 @@
 	private AppPageNotificationTypeEnum type;// 绫诲瀷
 	@Column(name = "an_show")
 	private Boolean show;// 鏄惁鏄剧ず
-	
+
 	@Expose
 	@Column(name = "an_can_close")
 	private Boolean canClose;// 鏄惁鍙互鍏抽棴
-	
+
 	@Expose
 	@Column(name = "an_content")
 	private String content;// 鍐呭
-	
+
 	@Expose
 	@Column(name = "an_content_url")
 	private String contentUrl;// 閾炬帴
-	
+
 	@Expose
 	@Column(name = "an_md5")
 	private String md5;// type+鍐呭+閾炬帴鐨刴d5
@@ -67,8 +71,8 @@
 	private Date updateTime;// 鏇存柊鏃堕棿
 
 	@Transient // 椤甸潰鍚嶇О
-	private String pageName; 
-	
+	private String pageName;
+
 	public Long getId() {
 		return id;
 	}

--
Gitblit v1.8.0