This commit is contained in:
2025-08-05 10:51:12 +08:00
parent 00a98811a4
commit 3399396035
14 changed files with 219 additions and 10 deletions
@@ -0,0 +1,3 @@
alter table Weld_StockIn add WarrantyNo nvarchar(50) null
alter table Weld_StockIn add IsCheckWarrantyNo bit null
GO