From 074af7fea36123ad4690b6d3798bfa19c0b382b6 Mon Sep 17 00:00:00 2001 From: hupeng Date: Thu, 20 Sep 2018 21:33:32 +0800 Subject: [PATCH] =?UTF-8?q?[A=E7=AB=AF][=E4=BF=AE=E6=94=B9]:Cuser=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=B8=A0=E9=81=93=E8=B0=83=E6=95=B4=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/domain/po/WxCUser.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java b/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java index 21a81d0da..4471f3482 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java @@ -21,8 +21,6 @@ public class WxCUser implements Serializable { protected List ids; @Transient protected String sortColumns; - @Transient - protected String sceneDescription; public Long getId() { @@ -132,7 +130,9 @@ public class WxCUser implements Serializable { //渠道名称 @Transient private String channelName; - + //渠道描述 + @Transient + protected String sceneDescription; public String getChannelName() { return channelName;