|
|
@@ -14,7 +14,7 @@ namespace BPA.SAAS.Manage.Application.Device.Interface |
|
|
|
{ |
|
|
|
Task<PageUtil> GetProductPage(ProductQueryInputDto inputDto); |
|
|
|
Task<List<BPA_Product>> GetProductList(); |
|
|
|
Task<BPA_DeviceInfo> GetDevice(string productId); |
|
|
|
Task<BPA_Product> GetProduct(string productId); |
|
|
|
Task<bool> AddProduct(ProductBaseDto inputDto); |
|
|
|
Task<bool> DeProduct(List<string> inputList); |
|
|
|
Task<bool> UpdateProduct(ProductBaseDto inputDto); |
|
|
|