2023-10-24

This commit is contained in:
2023-10-24 17:25:06 +08:00
parent e0162f248b
commit 4157358c68
12 changed files with 162 additions and 106 deletions
@@ -1,3 +1,6 @@
alter table dbo.Sys_Const
alter column ConstValue nvarchar(500)
go
alter table dbo.PHTGL_ContractTrack
add SerialNumber nvarchar(50)
go