| 123 |
- INSERT INTO sys_dict (id, dict_name, dict_code, description, del_flag, create_by, create_time, type) VALUES (178060100000100, '重点关注人员大类标签', 'focus_major_tag', '重点关注人员大类标签', 0, 'admin', NOW(), 0);
- INSERT INTO sys_dict_item (id, dict_id, item_text, item_value, sort_order, status, create_by, create_time) VALUES (178060100000101, 178060100000100, '就业困难人员', '就业困难人员', 1, 1, 'admin', NOW());
- INSERT INTO sys_dict_item (id, dict_id, item_text, item_value, sort_order, status, create_by, create_time) VALUES (178060100000102, 178060100000100, '脱贫人员', '脱贫人员', 2, 1, 'admin', NOW());
|