#
Junjie
2024-08-01 2ff08d144935938b91af4e725577882976ef4627
zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/MenuService.java
@@ -7,7 +7,7 @@
public interface MenuService extends IService<Menu> {
    List<Menu> selectByPathName(String pathName, Integer type);
    List<Menu> selectByParentId(Long parentId, Integer type, Long hostId);
    List<Menu> selectByHostId(Long hostId);