新增常量

master
liuqingkun 3 years ago
parent f22ca2d398
commit 7e805cdd2f
  1. 6
      src/main/java/org/springblade/common/constant/BusinessConstant.java

@ -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;
}

Loading…
Cancel
Save