From bf14008acffe7a9a7ac6e2eeb38ce3552b71b33a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 14 三月 2023 13:43:30 +0800
Subject: [PATCH] 提交
---
zhengcaioa/IServices/ICooperatecustomCustomerService.cs | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/IServices/ICooperatecustomCustomerService.cs b/zhengcaioa/IServices/ICooperatecustomCustomerService.cs
index 7ac1057..d289062 100644
--- a/zhengcaioa/IServices/ICooperatecustomCustomerService.cs
+++ b/zhengcaioa/IServices/ICooperatecustomCustomerService.cs
@@ -24,5 +24,22 @@
List<CooperatecustomCustomerDTO> GetListsalaryqiandan(string userid, DateTime datemin, DateTime datemax);
List<CooperatecustomCustomerDTO> GetListsalaryweixin(string userid, DateTime datemin, DateTime datemax);
+
+
+ ResultEntity saveyufukuan(CooperatecustomCustomerDTO cooperatecustomCustomerDTO);
+
+
+ ResultEntity saveCustomerGuanlian(CustomerGuanlianDTO DTO);
+
+ ResultEntity DeleteCustomerGuanlian(string CustomerId, string SecCustomerId);
+
+ List<CooperatecustomCustomerDTO> GetListCustomerGuanlian(string CustomerId);
+
+ CustomerGuanlianDTO GetCustomerGuanlian(string CustomerId,string SecCustomerId);
+
+
+ ResultDataEntity<CooperatecustomCustomerDTO> SearchByPagingAll(CooperatecustomCustomerDTOSearch searchEntity);
+
+ ResultEntity saveKhlx(CooperatecustomCustomerDTO cooperatecustomCustomerDTO);
}
}
--
Gitblit v1.9.1