refactor(sis): 人像添加同步关联多个人像库
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-14 17:17:27 +08:00
parent f0f0cc6746
commit ebf12ac233
3 changed files with 50 additions and 36 deletions

View File

@@ -92,8 +92,7 @@ export interface PersonLibImgForm extends BaseEntity {
imgUrl?: string;
/**
* 性别 1
2女 99未说明
* 性别 1 2女 99未说明
*/
sex?: number;
@@ -108,9 +107,7 @@ export interface PersonLibImgForm extends BaseEntity {
tel?: string;
/**
* 证件类型
1身份证 2护照
3行驶证 99其它
* 证件类型、1身份证 2护照 3行驶证 99其它
*/
certificateType?: number;
@@ -152,8 +149,7 @@ export interface PersonLibImgQuery extends PageQuery {
imgUrl?: string;
/**
* 性别 1
2女 99未说明
* 性别 1 2女 99未说明
*/
sex?: number;
@@ -168,9 +164,7 @@ export interface PersonLibImgQuery extends PageQuery {
tel?: string;
/**
* 证件类型
1身份证 2护照
3行驶证 99其它
* 证件类型 1身份证 2护照 3行驶证 99其它
*/
certificateType?: number;