Package net.mingsoft.basic.strategy
Interface ILoginStrategy
- All Known Implementing Classes:
ManagerLoginStrategy
public interface ILoginStrategy
登录策略
员工和管理员的登录 接口不一样,避免重写问题
-
Method Summary
-
Method Details
-
login
登录接口- Parameters:
manager- 管理员账号信息- Returns:
- true 登录成功 false 登录失败
-