INSERT INTO `xxx`.`sys_dict` (`type`, `description`, `create_time`, `update_time`, `remarks`, `system`, `del_flag`, `tenant_id`) VALUES ('status_flag', 'xxx', '2022-08-01 13:35:50', '2022-08-01 13:35:50', 'xxx', '0', '0', 1);
INSERT INTO `xxx`.`sys_dict_item` ( `dict_id`, `value`, `label`, `type`, `description`, `sort`, `create_time`, `update_time`, `remarks`, `del_flag`) VALUES ( 50, '1', 'xxx', 'status_flag', 'xxx',1, '2022-07-26 13:36:15', '2022-07-26 15:08:18', '', '0');
INSERT INTO `xxx`.`sys_dict_item` ( `dict_id`, `value`, `label`, `type`, `description`, `sort`, `create_time`, `update_time`, `remarks`, `del_flag`) VALUES ( 50, '2', '进行中', 'status_flag', '进行中',2, '2022-07-26 13:36:15', '2022-07-26 15:08:18', '', '0');
INSERT INTO `xxx`.`sys_dict_item` ( `dict_id`, `value`, `label`, `type`, `description`, `sort`, `create_time`, `update_time`, `remarks`, `del_flag`) VALUES ( 50, '3', '已结束', 'status_flag', '已结束',3, '2022-07-26 13:36:15', '2022-07-26 15:08:18', '', '0');
标签:26,xxx,新增,flag,dict,time,2022,mysql,字典 From: https://www.cnblogs.com/wjsqqj/p/17916949.html