shiyunteng
2 天以前 b0ba33dce8487581d2bb3c49f886d158724dc44e
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);
}