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