12345678 |
- insert into frame_dict_name (DICT_NAME, DICT_DESC, MODIFY_FLAG, FRAME_FLAG)
- values ('CourseType', '课程类型', 'Active', 'Active');
- insert into frame_dict (DICT_NAME, DICT_VALUE, DICT_TEXT, DICT_ORDER)
- values ('std_type', '1', '专本衔接', '1');
- insert into frame_dict (DICT_NAME, DICT_VALUE, DICT_TEXT, DICT_ORDER)
- values ('std_type', '2', '365网络助学', '2');
|