提交代码

This commit is contained in:
2025-06-13 16:34:34 +08:00
parent 536ca5debe
commit f2762ac0c7
7 changed files with 734 additions and 11 deletions
@@ -0,0 +1,2 @@
alter table OAM_User add IsUsed bit null
GO
@@ -0,0 +1,2 @@
alter table OAM_UesrQualified add IsDelete bit null
GO