From b99aa405404579726e8e357299e61eae7ab423ad Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 23 十月 2025 13:36:17 +0800
Subject: [PATCH] 11
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs"
index 1da20f3..ad2dffc 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs"
@@ -4,6 +4,7 @@
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
+using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -11,11 +12,14 @@
{
public interface ICabinOrderServices: IService<Dt_CabinOrder>
{
+ IRepository<Dt_CabinOrder> Repository { get; }
/// <summary>
/// 鑾峰彇涓婃父鍏ュ簱璁㈠崟
/// </summary>
/// <returns></returns>
WebResponseContent GetUpstreamOrder();
+
+ WebResponseContent GetUpstreamOrder2();
/// <summary>
@@ -32,6 +36,9 @@
/// </summary>
/// <returns></returns>
WebResponseContent EdiIn();
+
+
+
WebResponseContent GetCabinOrders(SaveModel saveModel);
WebResponseContent GetCabinOrderDetail(int pageNo, string orderNo);
WebResponseContent FeedbackIn(SaveModel saveModel);
--
Gitblit v1.9.3