优化PersonnelSelect类型
parent
6093845ce3
commit
1b2dd8609f
|
|
@ -17,10 +17,10 @@ export interface Params {
|
|||
* 额外请求参数
|
||||
*/
|
||||
export interface ExtraParams {
|
||||
/** 返回值是否存在主账号 */
|
||||
noMain: 1 | "";
|
||||
/** 返回值是否存在主账号,1 不返回主账号,默认有主账号 */
|
||||
noMain?: 1 | "";
|
||||
/** 入职状态 */
|
||||
eqEmploymentFlag: number;
|
||||
eqEmploymentFlag?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue