----------------------------- 一级字典分类 ----------------------------- -- ---------------------------- -- 字典类型:合同管理(cm)和字典数据 -- ---------------------------- INSERT INTO `base_dictionary_type` (`f_id`, `f_parent_id`, `f_full_name`, `f_en_code`, `f_is_tree`, `f_type`, `f_description`, `f_enabled_mark`, `f_sort_code`, `f_creator_time`, `f_creator_user_id`, `f_last_modify_time`, `f_last_modify_user_id`, `f_delete_time`, `f_delete_user_id`, `f_delete_mark`, `f_tenant_id`) VALUES ('cm', '-1', '合同管理', 'cm', 0, 0, NULL, 1, 0, '2026-02-27 11:58:17', 'admin', NULL, NULL, NULL, NULL, NULL, '0'); ----------------------------- 二级字典分类 ----------------------------- -- ---------------------------- -- 字典类型:合同分类(contractCategory)和字典数据 -- ---------------------------- INSERT INTO `base_dictionary_type` (`f_id`, `f_parent_id`, `f_full_name`, `f_en_code`, `f_is_tree`, `f_type`, `f_description`, `f_enabled_mark`, `f_sort_code`, `f_creator_time`, `f_creator_user_id`, `f_last_modify_time`, `f_last_modify_user_id`, `f_delete_time`, `f_delete_user_id`, `f_delete_mark`, `f_tenant_id`) VALUES ('contractCategory', 'cm', '合同分类', 'contractCategory', 0, 0, '合同分类', 1, 0, '2026-03-23 15:50:49', 'admin', '2026-04-24 10:01:11', 'admin', NULL, NULL, NULL, '0'); INSERT INTO `base_dictionary_data` (`f_id`, `f_parent_id`, `f_full_name`, `f_en_code`, `f_simple_spelling`, `f_is_default`, `f_description`, `f_enabled_mark`, `f_dictionary_type_id`, `f_sort_code`, `f_creator_time`, `f_creator_user_id`, `f_last_modify_time`, `f_last_modify_user_id`, `f_delete_time`, `f_delete_user_id`, `f_delete_mark`, `f_tenant_id`) VALUES ('contractCategory_RJFW', 'contractCategory', '软件服务合同', '1001', 'RJFW', NULL, NULL, 1, 'contractCategory', 0, '2026-03-23 15:51:15', 'admin', NULL, NULL, NULL, NULL, NULL, '0'); INSERT INTO `base_dictionary_data` (`f_id`, `f_parent_id`, `f_full_name`, `f_en_code`, `f_simple_spelling`, `f_is_default`, `f_description`, `f_enabled_mark`, `f_dictionary_type_id`, `f_sort_code`, `f_creator_time`, `f_creator_user_id`, `f_last_modify_time`, `f_last_modify_user_id`, `f_delete_time`, `f_delete_user_id`, `f_delete_mark`, `f_tenant_id`) VALUES ('contractCategory_JSZC', 'contractCategory', '技术支持合同', '1002', 'JSZC', NULL, NULL, 1, 'contractCategory', 1, '2026-03-23 15:51:32', 'admin', NULL, NULL, NULL, NULL, NULL, '0'); INSERT INTO `base_dictionary_data` (`f_id`, `f_parent_id`, `f_full_name`, `f_en_code`, `f_simple_spelling`, `f_is_default`, `f_description`, `f_enabled_mark`, `f_dictionary_type_id`, `f_sort_code`, `f_creator_time`, `f_creator_user_id`, `f_last_modify_time`, `f_last_modify_user_id`, `f_delete_time`, `f_delete_user_id`, `f_delete_mark`, `f_tenant_id`) VALUES ('contractCategory_YWPX', 'contractCategory', '业务培训合同', '1003', 'YWPX', NULL, NULL, 1, 'contractCategory', 3, '2026-03-23 15:51:48', 'admin', NULL, NULL, NULL, NULL, NULL, '0'); INSERT INTO `base_dictionary_data` (`f_id`, `f_parent_id`, `f_full_name`, `f_en_code`, `f_simple_spelling`, `f_is_default`, `f_description`, `f_enabled_mark`, `f_dictionary_type_id`, `f_sort_code`, `f_creator_time`, `f_creator_user_id`, `f_last_modify_time`, `f_last_modify_user_id`, `f_delete_time`, `f_delete_user_id`, `f_delete_mark`, `f_tenant_id`) VALUES ('contractCategory_JZGC', 'contractCategory', '建筑工程合同', '1005', 'JZGC', NULL, NULL, 1, 'contractCategory', 4, '2026-03-23 15:52:08', 'admin', NULL, NULL, NULL, NULL, NULL, '0');