优化PersonnelSelect类型

master
LiuJiaNan 2026-01-07 10:38:32 +08:00
parent 6093845ce3
commit 1b2dd8609f
1 changed files with 3 additions and 3 deletions

View File

@ -17,10 +17,10 @@ export interface Params {
* *
*/ */
export interface ExtraParams { export interface ExtraParams {
/** 返回值是否存在主账号 */ /** 返回值是否存在主账号1 不返回主账号,默认有主账号 */
noMain: 1 | ""; noMain?: 1 | "";
/** 入职状态 */ /** 入职状态 */
eqEmploymentFlag: number; eqEmploymentFlag?: number;
} }
/** /**