Browse Source

Merge branch 'yantai_zhengwu_master' of http://git.elinkit.com.cn:7070/r/epmet-cloud into yantai_zhengwu_master

dev
wxz 2 years ago
parent
commit
8dc146eb80
  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 agencyName;
/**
* 组织级别
*/
private String level;
/** /**
* 2级组织名称 根据添加的来源返回xx组织-组织/网格/部门 * 2级组织名称 根据添加的来源返回xx组织-组织/网格/部门
*/ */

Loading…
Cancel
Save