feat: 国际出港 出港仓库 finish
This commit is contained in:
@@ -832,6 +832,13 @@ interface Api {
|
||||
@POST("IntExpStorageUse/outStorage")
|
||||
suspend fun outIntExpStorage(@Body data: RequestBody): BaseResultBean<Boolean>
|
||||
|
||||
/**
|
||||
* 国际出港库位操作-入库
|
||||
* 接口路径: /IntExpStorageUse/inStorage
|
||||
*/
|
||||
@POST("IntExpStorageUse/inStorage")
|
||||
suspend fun inIntExpStorage(@Body data: RequestBody): BaseResultBean<Boolean>
|
||||
|
||||
/**
|
||||
* 国际出港仓库-分页查询
|
||||
* 接口路径: /IntExpStorageUse/pageQuery
|
||||
@@ -853,6 +860,14 @@ interface Api {
|
||||
@POST("IntExpStorageUse/queryWbNoList")
|
||||
suspend fun getIntExpStorageWbNoList(@Body data: RequestBody): BaseResultBean<List<String>>
|
||||
|
||||
/**
|
||||
* 获取库位列表
|
||||
* 接口路径: /typeCode/locationByFlag
|
||||
* @param flag 库位标志,2表示国际出港库位
|
||||
*/
|
||||
@GET("typeCode/locationByFlag")
|
||||
suspend fun getLocationList(@Query("flag") flag: Int): BaseResultBean<List<DictLocationBean>>
|
||||
|
||||
/**
|
||||
* 国际出港待计重-分页搜索
|
||||
* 接口路径: /IntExpCheckIn/pageQuery
|
||||
|
||||
Reference in New Issue
Block a user