feat: 国际出港 装货交接 待配运

This commit is contained in:
2026-01-17 17:33:04 +08:00
parent 675b9d234e
commit b37f330414
6 changed files with 231 additions and 2 deletions

View File

@@ -676,6 +676,14 @@ interface Api {
@POST("IntExpOutHandover/handover")
suspend fun completeHandover(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港出库交接-待配运
* 接口路径: /IntExpOutHandover/waitingTrans
* @param data 请求参数GjcStorageParam (包含库位信息和ULD列表)
*/
@POST("IntExpOutHandover/waitingTrans")
suspend fun waitingTrans(@Body data: RequestBody): BaseResultBean<String>
/**
* 国际出港-出港装载 分页查询
* 接口路径: /IntExpLoad/pageQuery