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

This commit is contained in:
2026-01-16 17:53:46 +08:00
parent a8d125ef9d
commit dfddf646f5
4 changed files with 64 additions and 12 deletions

View File

@@ -825,6 +825,13 @@ interface Api {
@POST("IntExpStorageUse/modifyStorage")
suspend fun modifyIntExpStorage(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港库位操作-出库
* 接口路径: /IntExpStorageUse/outStorage
*/
@POST("IntExpStorageUse/outStorage")
suspend fun outIntExpStorage(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港仓库-分页查询
* 接口路径: /IntExpStorageUse/pageQuery