#
Junjie
2024-09-20 053e6028bd20e599aea103401137816c6296a9ef
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);