feat: 国际出港 出港仓库 finish

This commit is contained in:
2026-01-17 16:30:29 +08:00
parent dfddf646f5
commit e2f6cdde04
8 changed files with 312 additions and 26 deletions

View File

@@ -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