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