优化PersonnelSelect类型

master
LiuJiaNan 2026-03-31 14:53:18 +08:00
parent 0138a1f4a3
commit 9a350f0559
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ export interface ExtraParams {
eqEmploymentFlag?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 10; eqEmploymentFlag?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 10;
/** 是否流动人员 1-流动0-固定人员 */ /** 是否流动人员 1-流动0-固定人员 */
flowFlag?: 1 | 0; flowFlag?: 1 | 0;
/** 是否在人资系统中存在 1-是0-否 */
rzFlag?: 1 | 0;
[key: string]: any;
} }
/** /**