huangzhen
2023-10-17 b4deb216f47ca91809da1283e1c7fe882844abab
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);
}