Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
sxu 2024-09-29 13:50:23 +08:00
commit 70aa4e5f9c
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `sys_user` ADD COLUMN `force_change_pwd` char(1) DEFAULT '1' COMMENT '0不强制改密码 1强制改密码';