督查检查

This commit is contained in:
2025-01-23 22:56:48 +08:00
parent 0d5af82d47
commit 6ac63e6695
23 changed files with 6863 additions and 3 deletions
@@ -0,0 +1,7 @@
alter table dbo.Sys_User
add IsInspectionBrigade bit
go
exec sp_addextendedproperty 'MS_Description', N'是否督查人员', 'SCHEMA', 'dbo', 'TABLE', 'Sys_User', 'COLUMN',
'IsInspectionBrigade'
go