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