From dc8d3e2b064fe4e32d0135126b006b4cd923eb01 Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期一, 28 六月 2021 13:55:03 +0800
Subject: [PATCH] 修改异常
---
zhengcaioa/IServices/ICooperOrderService.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/IServices/ICooperOrderService.cs b/zhengcaioa/IServices/ICooperOrderService.cs
index 34086dc..806d3c8 100644
--- a/zhengcaioa/IServices/ICooperOrderService.cs
+++ b/zhengcaioa/IServices/ICooperOrderService.cs
@@ -30,5 +30,8 @@
ResultEntity pingjia(CooperOrderDTO dto);
CooperOrderDTO Getprint(string id);
+
+ List<CooperOrderDTO> GetList(string userid, DateTime datemin, DateTime datemax);
+
}
}
--
Gitblit v1.9.1