feat: 国际出港 装货交接 待配运
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user