Commit 07d06d2e by guojx

企微流失客户明细列表添加成员名称和编码

parent c007752c
...@@ -36,8 +36,4 @@ public class WechatWorkLostClerkVO extends StoreGroupCommonVO implements Seriali ...@@ -36,8 +36,4 @@ public class WechatWorkLostClerkVO extends StoreGroupCommonVO implements Seriali
private String clerkName; private String clerkName;
private String clerkId; private String clerkId;
private String staffCode;
private String staffName;
} }
...@@ -71,4 +71,8 @@ public class WechatWorkLostDetailVO extends StoreGroupCommonVO implements Serial ...@@ -71,4 +71,8 @@ public class WechatWorkLostDetailVO extends StoreGroupCommonVO implements Serial
* 会员id -1:不存在 * 会员id -1:不存在
*/ */
private String memberId; private String memberId;
private String staffCode;
private String staffName;
} }
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