From 11e11a51839529b17f70927524e086e90adf692d Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期二, 10 八月 2021 15:31:19 +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