|
|
@ -99,5 +99,11 @@ namespace Myshipping.Application
|
|
|
|
/// <param name="model">批量查询服务项目和状态详情</param>
|
|
|
|
/// <param name="model">批量查询服务项目和状态详情</param>
|
|
|
|
/// <returns>返回回执</returns>
|
|
|
|
/// <returns>返回回执</returns>
|
|
|
|
Task<TaskManageOrderResultDto> GetEnableStatusListByBusinessBatch(QueryServiceProjectWithStatusBatch model);
|
|
|
|
Task<TaskManageOrderResultDto> GetEnableStatusListByBusinessBatch(QueryServiceProjectWithStatusBatch model);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 手工同步历史服务状态(读取booking_goods_status同步到新的状态)
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
|
|
|
Task<TaskManageOrderResultDto> ManualSyncHistoryServiceStatus();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|