服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-26 4ee4544f3389c19b5d7d49c8394a725bbf8bfccf
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);
    }
}