| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import com.yeshi.fanli.entity.bus.homemodule.HomeNavbar;
|
| | | import com.yeshi.fanli.entity.bus.homemodule.HomeNavbarUser;
|
| | | import com.yeshi.fanli.exception.homemodule.HomeNavbarUserException;
|
| | |
| | | * 查询导航栏
|
| | | * @return
|
| | | */
|
| | | public List<HomeNavbar> listEffectiveNavbar(Long uid, String device, Integer sex);
|
| | | public List<HomeNavbar> listEffectiveNavbar(Long uid, String device, Integer sex,SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 保存用户自定义
|
| | |
| | | * @param device
|
| | | * @throws HomeNavbarUserException
|
| | | */
|
| | | public List<HomeNavbar> restoreSystemDefault(Long uid, String device) throws HomeNavbarUserException;
|
| | | public List<HomeNavbar> restoreSystemDefault(Long uid, String device, SystemEnum system) throws HomeNavbarUserException;
|
| | |
|
| | | /**
|
| | | * 查询用户已选导航栏
|