Commit 973f3466 authored by yanghao's avatar yanghao

chore: 客户常用提货网点修改为字典

parent 84edadb5
......@@ -20,5 +20,24 @@ VALUES (null, '常用提货网点', 'pickup_points', 0, NULL, '115', '2024-11-29
INSERT INTO `system_dict_data` (`sort`, `label`, `value`, `dict_type`, `status`, `color_type`, `css_class`, `remark`,
`creator`, `create_time`, `updater`, `update_time`, `deleted`, `label_en`)
VALUES (1, 'Alaba总部', '1', 'pickup_points', 0, 'default', '', NULL, '1',
'2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Alaba headquarters');
\ No newline at end of file
VALUES
(1, 'Alaba', '1', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Alaba'),
(2, 'Tradefair', '2', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Tradefair'),
(3, 'Island', '3', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Island'),
(4, 'Oshodi', '4', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Oshodi'),
(5, 'Onitsha', '5', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Onitsha'),
(6, 'Kano', '6', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Kano'),
(7, 'Odunade', '7', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Odunade'),
(8, 'Accra', '8', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Accra'),
(9, 'Kumasi', '9', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Kumasi'),
(10, 'Abidjan', '10', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Abidjan'),
(11, 'Dar es Salaam', '11', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Dar es Salaam'),
(12, 'Dubai', '12', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Dubai'),
(13, 'Nairobi', '13', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Nairobi'),
(14, 'Mombasa', '14', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Mombasa'),
(15, 'Nakuru', '15', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Nakuru'),
(16, 'Maputo', '16', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Maputo'),
(17, 'Beira', '17', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Beira'),
(18, 'Chimoio', '18', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Chimoio'),
(19, 'Quelimane', '19', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Quelimane'),
(20, 'Nampula', '20', 'pickup_points', 0, 'default', '', NULL, '1', '2024-11-29 14:39:24', '115', '2024-11-29 14:39:24', b'0', 'Nampula');
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment