zhangherong
2025-04-03 bf4ca4d732f382e7efc13c583acb9f505c7e5387
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IProductPermissionService.java
@@ -50,4 +50,13 @@
     * @return
     */
    List<ProductPermission> getByProductId(String productId);
    /**
     * 新增权限数据
     * @param id
     * @param userId
     * @param type
     * @return
     */
    boolean add(String id,String userId,String type);
}