From 88b54772dbcf5ecab1e2316e4e4626ac901b8908 Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期二, 22 一月 2019 15:58:24 +0800 Subject: [PATCH] 邀请码添加返回状态 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java | 22 ++++++++++++---------- 1 files changed, 12 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..c2e3dd8 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,12 @@ // 娑堟伅绫诲瀷鐨勬灇涓� 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("閫夊搧搴�"); private final String desc; - + private AppPageNotificationTypeEnum(String desc) { this.desc = desc; } @@ -45,19 +47,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 +69,8 @@ private Date updateTime;// 鏇存柊鏃堕棿 @Transient // 椤甸潰鍚嶇О - private String pageName; - + private String pageName; + public Long getId() { return id; } -- Gitblit v1.8.0