feat: fix api define

This commit is contained in:
2025-12-04 16:45:10 +08:00
parent 6f89ad0520
commit 22adce2964
2 changed files with 4 additions and 4 deletions

View File

@@ -452,7 +452,7 @@ interface Api {
* 接口路径: /IntExpAssemble/allocate/pageQuery
*/
@POST("IntExpAssemble/allocate/pageQuery")
suspend fun getGjcAssembleAllocateList(@Body params: RequestBody): BaseResultBean<PageInfo<GjcAssembleAllocate>>
suspend fun getGjcAssembleAllocateList(@Body params: RequestBody): PageInfo<GjcAssembleAllocate>
/**
* 国际出港组装分配-分页合计统计