@@ -6,6 +6,8 @@ package com.ozs.common.enums;
* @author buzhanyi
*/
public enum NameListType {
+
+ // 代理机构 专家库
BLACK("1", "黑名单"),
WHITE("0", "白名单");