@ -29,5 +29,9 @@ public interface BusinessConstant {
Integer ENABLE_CODE_ENABLE = 1;
Integer ENABLE_CODE_DISABLE = 0;
/**
* 导入方式, 0:系统添加, 1:数据导入
*/
Integer SOURCE_TYPE_SYSTEM = 0;
Integer SOURCE_TYPE_IMPORT = 1;
}