修改用户同步人脸特征

This commit is contained in:
sxu 2025-04-14 13:55:35 +08:00
parent 4234d37e6c
commit 4f564acbaf
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 照片地址
alter table sys_user
add photo_url varchar(255) null comment '照片地址';