2023-03-09

This commit is contained in:
李鹏飞 2023-03-09 16:37:01 +08:00
parent 00acffe3d9
commit fef6f3445c
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alter table [dbo].[Base_Factory] add MapCoordinates nvarchar(50) null
GO