export type ReqOneKeyTakeOff = { /**干部_id */ h_id: string; }; export type ResOneKeyTakeOff = { };