feat: 国际出港 出港计重 分托

This commit is contained in:
2025-12-08 15:48:32 +08:00
parent 9149d1ad35
commit 37ffc539c9
4 changed files with 61 additions and 7 deletions

View File

@@ -686,6 +686,13 @@ interface Api {
@POST("IntExpCheckIn/completeCheckIn")
suspend fun completeCheckIn(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港待计重-开始计重-分托计重
* 接口路径: /IntExpCheckIn/splitCheckIn
*/
@POST("IntExpCheckIn/splitCheckIn")
suspend fun splitCheckIn(@Body data: RequestBody): BaseResultBean<Long>
/**
* 国际出港计重明细-根据运单号查询所有计重记录
* 接口路径: /IntExpCheckIn/listRecordByWh