From b2d25faa69ee7e9f24b6ac98d3b4dcbddada70bc Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 14 三月 2024 13:37:15 +0800
Subject: [PATCH] 修改pda托盘绑定同一物料多批次 无法具体选中批次问题。
---
Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs
index 1b0086b..cfc32fc 100644
--- a/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs
+++ b/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs
@@ -21,6 +21,7 @@
/// <param name="count"></param>
/// <returns></returns>
List<AreaDto> GetStorageAreaList(string areaName, string wareHouseNo,string status, string type, int page, int limit,out int count);
+
/// <summary>
/// 鑾峰彇鍗曟潯搴撳尯鍩熶俊鎭�
/// </summary>
@@ -29,12 +30,26 @@
SysStorageArea GetStorageArea(int id);
/// <summary>
+ /// 鑾峰彇鍗曟潯搴撳尯鍩熶俊鎭�
+ /// </summary>
+ /// <param name="id">ID</param>
+ /// <returns></returns>
+ SysStorageArea GetStorageMaxArea();
+
+ /// <summary>
/// 鑾峰彇鍖哄煙淇℃伅锛堟牴鎹粨搴撳彿锛�
/// </summary>
/// <param name="wareHouseNo">浠撳簱鍙�</param>
/// <returns></returns>
List<SysStorageArea> GetStorageAreaByHouseNo(string wareHouseNo);
-
+
+ /// <summary>
+ /// 娣诲姞搴撳尯鍩熶俊鎭�
+ /// </summary>
+ /// <param name="model">鍖哄煙瀹炰綋</param>
+ /// <returns>鏄惁鎴愬姛</returns>
+ string InsertStorageArea(SysStorageArea model);
+
/// <summary>
/// 淇敼搴撳尯鍩熶俊鎭�
/// </summary>
@@ -46,6 +61,7 @@
/// <param name="userId">鎿嶄綔浜�</param>
/// <returns>鏄惁鎴愬姛</returns>
bool EditStorageArea(int id,string name, int priority, string type, string temp, int userId);
+
/// <summary>
/// 淇敼鍖哄煙鐘舵��
/// </summary>
--
Gitblit v1.8.0