数据穿透

This commit is contained in:
geh
2026-03-06 14:24:20 +08:00
parent 474e208256
commit a05f640047
115 changed files with 14173 additions and 203 deletions
@@ -0,0 +1,6 @@
alter table SitePerson_Person add IsSyncWelder bit null
GO
alter table BS_Welder add PersonId nvarchar(50) null
GO
alter table Base_WorkPost add IsCQMSCheck bit null
GO