From 94f78e8c3fa502bc52eba2b88d45d5813609036c Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 13 九月 2024 10:26:48 +0800 Subject: [PATCH] 优化工单缓存对象更新逻辑 --- Tiger.IBusiness/WMS/MengQi/ICustomer.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness/WMS/MengQi/ICustomer.cs b/Tiger.IBusiness/WMS/MengQi/ICustomer.cs index b50973c..4f5a980 100644 --- a/Tiger.IBusiness/WMS/MengQi/ICustomer.cs +++ b/Tiger.IBusiness/WMS/MengQi/ICustomer.cs @@ -14,5 +14,6 @@ public Task<ApiAction<List<Customer>>> GetCustomerInfo(); public Task<ApiAction> SaveImportCustomerInfo(List<Customer> list); public Task<ApiAction<PageAble<Customer>>> GetCustomers(PageAble<Customer> pageList); + public Task<ApiAction> SaveCustomer(Customer customer); } } -- Gitblit v1.9.3