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