新增库位绑定Feign接口与合并采购销售订单
This commit is contained in:
@@ -23,7 +23,7 @@ public interface InternalWarehouseApi {
|
||||
* @return 仓库列表
|
||||
*/
|
||||
@GetMapping(PREFIX + "/list-by-factory-code-and-warehouse-code")
|
||||
@Operation(summary = "根据工厂代码和仓库代码获取仓库列表", description = "根据工厂代码和仓库代码获取仓库列表;factoryCode是工厂编码,warehouseCode是仓库编码,mmsiType是业务类型,operationType是操作类型")
|
||||
@Operation(summary = "根据工厂代码和仓库代码获取仓库列表", description = "根据工厂代码和仓库代码获取仓库列表;factoryCode是工厂编码,warehouseCode是仓库编码,mmsiType是业务类型(字典:SPLY_BSN_TP),operationType是操作类型(字典:WAREHOUSE_OPERATION)")
|
||||
CommonResult<List<InternalWarehouseDTO>> getInternalWarehouseListByFactoryCodeAndWarehouseCode(@RequestParam(value = "factoryCode") String factoryCode, @RequestParam(value = "warehouseCode") String warehouseCode, @RequestParam(value = "mmsiType", required = false) String mmsiType, @RequestParam(value = "operationType", required = false) String operationType);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user