This commit is contained in:
2025-08-01 10:06:06 +08:00
19 changed files with 466 additions and 228 deletions
@@ -0,0 +1,7 @@
alter table HJGL_PackagingManage add CompileMan nvarchar(50)
alter table HJGL_PackagingManage add CompileDate datetime
go
ALTER TABLE [dbo].[PTP_TestPackage] DROP CONSTRAINT [FK_PTP_TestPackage_Base_Unit]
GO
alter table PTP_TestPackage alter column UnitId nvarchar(500)
go