feat: 国际出港 出港仓库 出库
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user