public enum IdentityType {
processing(3,"4,5,1","2,6,7","生產加工商"),
rawsupply(4,"1","3","原料供應商"),
devicesupply(5,"1","3","設備供應商"),
agentchannel (6,"3,1","7,8","代理渠道商"),
terminalmarket (7,"1,3,6","8","批發商"),
foreigntrade(2,"3,1","2,6,7","外貿"),
terminaltoretail (8,"8,7,1","8","零售"),
speservices(1,"","2,3,4,5,6,7,8,9","服務"),
other(9,"1","9","其它");
}代理
/** UserInfoDaoImpl報表查詢有用到 **/terminal