package com.java110.common.constant; /** * 员工角色 * Created by Administrator on 2019/3/30. */ public class StoreUserRelConstant { //管理员 public final static String REL_ADMIN = "600311000001"; //普通员工 public final static String REL_COMMON = "600311000002"; }