huangzhen
2024-01-04 4e6ba796be67ccbefb8e0f8f61bbfa12d8e0df6d
1
2
3
4
5
6
7
8
9
package com.gkhy.fourierSpecialGasMonitor.application.account.service;
 
import com.gkhy.fourierSpecialGasMonitor.application.sysAdmin.model.dto.resp.MenuItemAppDTO;
import com.gkhy.fourierSpecialGasMonitor.commons.domain.SearchResult;
 
public interface AccountMenuAppService {
 
    SearchResult<MenuItemAppDTO> findAllMenuItemByUserId(Long userId);
}