package com.pos.web.login.Dao;

public interface LoginDao {

	public int getLoginCheck(String company, String pwd) throws Exception;

}
