add 国内法规表、海外法规表、企业法规表

This commit is contained in:
liao
2023-08-25 14:23:44 +08:00
parent e776756986
commit fbee49d021
2 changed files with 41 additions and 3 deletions
@@ -10,9 +10,9 @@ public enum FileTableIdEnum {
/**
*
*/
DOMESTIC_REGULATIONS("国内法规","laws_basic_info","1"),
FOREIGN_REGULATIONS("国外法规","laws_basic_info","2"),
ENTERPRISE_STANDARDS("企业标准","laws_basic_info","3")
DOMESTIC_REGULATIONS("国内标准","laws_domestic_standard","1"),
FOREIGN_REGULATIONS("海外标准","laws_overseas_standard","2"),
ENTERPRISE_STANDARDS("企业标准","laws_enterprise_standard","3")
;
String name;