修改设备信息

This commit is contained in:
2023-02-23 16:55:17 +08:00
parent 2e19b42a4b
commit f232d4c901
10 changed files with 70 additions and 10 deletions
@@ -0,0 +1,2 @@
alter table [dbo].[Material_Equipment] add Factory nvarchar(100) null
GO