/***********************************************************************
* System : NLSOS
* Date : 2012-03-12
* Description :
************************************************************************/
package number ;
import java.util.List;
/**
* Service 接口.
*/
public interface Service {
public Bean getNewNumber(Bean bean)throws Exception;
}