feat: 国际出港 出港仓库 清仓

This commit is contained in:
2026-01-14 17:21:01 +08:00
parent 49151d0066
commit 557874ab88
8 changed files with 235 additions and 5 deletions

View File

@@ -811,6 +811,13 @@ interface Api {
@POST("IntExpMove/move")
suspend fun submitIntExpMove(@Body data: RequestBody): BaseResultBean<SimpleResultBean>
/**
* 国际出港库位操作-清仓
* 接口路径: /IntExpStorageUse/updateClear
*/
@POST("IntExpStorageUse/updateClear")
suspend fun clearIntExpStorage(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港仓库-分页查询
* 接口路径: /IntExpStorageUse/pageQuery