/** 查询类型，staffId按工号查询，keywords按关键词查询，仅serviceType=cainiao有效 */
export type CnSelectFromType = 'staffId' | 'keywords';
