platformx-business-finance-biz/src/main/java/com/by4cloud/platformx/business/service/ProductService.java
@@ -10,4 +10,6 @@ public interface ProductService extends IIService<Product> { List<Tree<Long>> treeList(Long parentId, String productName); List<Product> getProductList(Product product); }