feat: 国际出港收运检查列表 pass/back

This commit is contained in:
2025-11-17 17:23:21 +08:00
parent af62041ef7
commit d27aa7966a
2 changed files with 30 additions and 8 deletions

View File

@@ -380,6 +380,20 @@ interface Api {
@POST("IntExpCheckInCheck/audit")
suspend fun auditGjcInspection(@Body data: RequestBody): BaseResultBean<SimpleResultBean>
/**
* 国际出港收运审核-通过运单列表maWbId、wbNo必填
* 接口路径: /IntExpCheckInCheck/pass
*/
@POST("IntExpCheckInCheck/pass")
suspend fun passGjcInspection(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港收运审核-退回运单列表maWbId、wbNo必填
* 接口路径: /IntExpCheckInCheck/back
*/
@POST("IntExpCheckInCheck/back")
suspend fun backGjcInspection(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 条件查询-国际出港-收运审核-统计数据(总件数、总重量、运单总数)
* 接口路径: /IntExpCheckInCheck/pageQueryTotal