Commit ac8fa7bb by 徐高华

企微托管

parent 08b27a3c
...@@ -7,39 +7,12 @@ import java.util.List; ...@@ -7,39 +7,12 @@ import java.util.List;
* tab_haoban_open_staff * tab_haoban_open_staff
*/ */
public class OpenStaffListDTO extends OpenStaffDTO implements Serializable { public class OpenStaffListDTO extends OpenStaffDTO implements Serializable {
private String wxUserId ;
private String wxOpenUserId ;
private String staffName ;
/** /**
* 关联导购 * 关联导购
*/ */
List<StoreClerkDTO> clerkList ; List<StoreClerkDTO> clerkList ;
public String getWxUserId() {
return wxUserId;
}
public void setWxUserId(String wxUserId) {
this.wxUserId = wxUserId;
}
public String getWxOpenUserId() {
return wxOpenUserId;
}
public void setWxOpenUserId(String wxOpenUserId) {
this.wxOpenUserId = wxOpenUserId;
}
public String getStaffName() {
return staffName;
}
public void setStaffName(String staffName) {
this.staffName = staffName;
}
public List<StoreClerkDTO> getClerkList() { public List<StoreClerkDTO> getClerkList() {
return clerkList; return clerkList;
} }
......
...@@ -19,10 +19,6 @@ public class OpenStaffVO implements Serializable { ...@@ -19,10 +19,6 @@ public class OpenStaffVO implements Serializable {
* 成员名称 * 成员名称
*/ */
private String staffName ; private String staffName ;
/**
* 成员code
*/
private String wxUserId;
/** /**
* 关联导购 * 关联导购
...@@ -133,14 +129,6 @@ public class OpenStaffVO implements Serializable { ...@@ -133,14 +129,6 @@ public class OpenStaffVO implements Serializable {
this.staffName = staffName; this.staffName = staffName;
} }
public String getWxUserId() {
return wxUserId;
}
public void setWxUserId(String wxUserId) {
this.wxUserId = wxUserId;
}
public List<StoreClerkVO> getClerkList() { public List<StoreClerkVO> getClerkList() {
return clerkList; return clerkList;
} }
......
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