修改材料管理

This commit is contained in:
2023-02-22 12:34:27 +08:00
parent 2589ff97b4
commit edb8ad2753
9 changed files with 95 additions and 38 deletions
@@ -0,0 +1,2 @@
alter table [dbo].[Material_Material] add Factory nvarchar(100) null
GO