refactor(sis): 人像添加同步关联多个人像库
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user