WinFormTools/DB/sysDictData.sql

4 lines
2.2 KiB
MySQL
Raw Normal View History

2021-05-25 18:09:07 +08:00
INSERT INTO [sysDictData]([id], [dictTypeID], [code], [value], [remark], [sort], [creatorId], [createTime], [editorId], [editTime]) VALUES (3, 8, '001', '白色', N'测试 ', '1', 1, '2021-04-12 19:58:26.163', 1, '2021-04-12 19:58:26.163'); GO
INSERT INTO [sysDictData]([id], [dictTypeID], [code], [value], [remark], [sort], [creatorId], [createTime], [editorId], [editTime]) VALUES (4, 8, '002', '黄色', N'0 ', '2', 1, '2021-04-12 20:25:40.173', 1, '2021-04-15 14:58:36.507'); GO
INSERT INTO [sysDictData]([id], [dictTypeID], [code], [value], [remark], [sort], [creatorId], [createTime], [editorId], [editTime]) VALUES (5, 8, '003', '红色', N'0 ', '3', 1, '2021-04-12 20:25:56.017', 1, '2021-04-12 20:25:56.017'); GO