feat: 开始组装 ui
This commit is contained in:
@@ -561,6 +561,13 @@ interface Api {
|
||||
@POST("IntExpAssemble/backfillWeight")
|
||||
suspend fun backfillIntExpAssembleWeight(@Body data: RequestBody): BaseResultBean<SimpleResultBean>
|
||||
|
||||
/**
|
||||
* 国际出港组装 - 获取组装人列表
|
||||
* 接口路径: /IntExpAssemble/pageQueryAssembler
|
||||
*/
|
||||
@GET("IntExpAssemble/pageQueryAssembler")
|
||||
suspend fun getIntExpAssemblerList(): BaseResultBean<List<String>>
|
||||
|
||||
/**
|
||||
* 国际出港出库交接-分页查询
|
||||
* 接口路径: /IntExpOutHandover/pageQuery
|
||||
|
||||
Reference in New Issue
Block a user