ynu-oa
Version:
a oa API Client for YNU
11 lines (10 loc) • 389 B
TypeScript
import { GetToken } from "../index";
import { UserAddParams } from "./type/user_add";
/**
* 新建人员【V6.0增加了副岗信息】
*/
export declare const addUser: (params: UserAddParams, options: GetToken) => Promise<any>;
/**
* 批量新建人员【V6.0增加了副岗信息】
*/
export declare const addBatchUser: (params: UserAddParams[], options: GetToken) => Promise<any>;