|
|
|
@@ -21,8 +21,6 @@ public class WxCUser implements Serializable { |
|
|
|
protected List<Long> 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; |
|
|
|
|