Browse Source

level

master
yinzuomei 2 years ago
parent
commit
4a3b8375f1
  1. 5
      epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/redis/common/bean/CustomerStaffInfoCache.java

5
epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/redis/common/bean/CustomerStaffInfoCache.java

@ -32,6 +32,11 @@ public class CustomerStaffInfoCache implements Serializable {
*/
private String agencyName;
/**
* 组织级别
*/
private String level;
/**
* 2级组织名称 根据添加的来源返回xx组织-组织/网格/部门
*/

Loading…
Cancel
Save