/** * 获取货主 * @param warehouse 仓库 * @param code 拣货任务号 */ export interface getOwnerTypes { warehouse: string; }