From 972036140150b7318f48552b71946e6e3ee6b6d4 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 15 八月 2024 09:16:51 +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