feat: opt ui

This commit is contained in:
2025-12-06 12:23:25 +08:00
parent f17b68a94c
commit f72f853fb7
5 changed files with 20 additions and 13 deletions

View File

@@ -409,7 +409,7 @@ interface Api {
* 接口路径: /IntExpCheckInCheck/back
*/
@POST("IntExpCheckInCheck/back")
suspend fun backGjcInspection(@Body data: RequestBody): BaseResultBean<Boolean>
suspend fun backGjcInspection(@Query("reason") reason: String, @Body data: RequestBody): BaseResultBean<Boolean>
/**
* 条件查询-国际出港-收运审核-统计数据(总件数、总重量、运单总数)