Interface ILoginStrategy

All Known Implementing Classes:
ManagerLoginStrategy

public interface ILoginStrategy
登录策略 员工和管理员的登录 接口不一样,避免重写问题
  • Method Summary

    Modifier and Type
    Method
    Description
    登录接口
  • Method Details

    • login

      Boolean login(ManagerEntity manager)
      登录接口
      Parameters:
      manager - 管理员账号信息
      Returns:
      true 登录成功 false 登录失败