All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.service.LoginService.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package ${afterEndBo.packageName}.service.${folderName}.service;

import ${afterEndBo.packageName}.common.vo.${folderName}.SystemAccountVo;
import ${afterEndBo.packageName}.common.vo.${folderName}.SystemMenuVo;

import java.util.List;

/**
 * @author Co.
 * @name LoginService
 * @date 2023/4/10 15:08
 */
public interface LoginService {

    String login(String account, String pwd);

    SystemAccountVo getAccountInfo();

    List getMenuTree();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy