合并穿透

This commit is contained in:
2023-06-07 10:21:16 +08:00
parent 5e48a4ad91
commit 857a427be6
26 changed files with 231 additions and 45 deletions
@@ -0,0 +1,6 @@
alter table Base_Project add isDelete bit null
ALTER TABLE [dbo].[Base_Project] ADD [ProjectAttribute] [varchar](50) NULL
Alter TABLE [dbo].[Accident_AccidentPersonRecord] Add
[IsAttempt] [char](1) NULL