百川港需求

This commit is contained in:
钱涛 2026-03-25 15:44:49 +08:00
parent 6591df30a9
commit 78eba63113
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
alter table hrsa_salary_sob_item add zy_hide int
go
update hrsa_salary_sob_item set zy_hide = 0
go