WinFormTools/DB/sysDept.sql

4 lines
861 B
MySQL
Raw Normal View History

2021-05-25 18:09:07 +08:00
INSERT INTO [sysDept]([id], [pid], [name], [address], [phone], [creatorId], [createTime], [editorId], [editTime]) VALUES (1, 0, '锦兴国际控股有限公司', '荃湾海盛路3号TML广场23楼A室', '+852 2406 0080', 1, '2021-05-07 14:47:14.073', 1, '2021-05-07 14:47:14.077'); GO
INSERT INTO [sysDept]([id], [pid], [name], [address], [phone], [creatorId], [createTime], [editorId], [editTime]) VALUES (2, 1, '恩平锦兴纺织印染企业有限公司', '广东省恩平市恩州工业大道北68号', '0750-7176068', 1, '2021-05-07 14:47:51.767', 1, '2021-05-07 14:47:51.767'); GO
INSERT INTO [sysDept]([id], [pid], [name], [address], [phone], [creatorId], [createTime], [editorId], [editTime]) VALUES (3, 2, '电脑部', '广东省恩平市恩州工业大道北68号织厂', '15029367414', 1, '2021-05-07 14:48:45.260', 1, '2021-05-07 14:48:45.263'); GO