nostalgic: customerDAO [阅读: 793] 2005-11-29 03:42:24 package com.service.customerlogin; import com.service.customerlogin.customerDTO; public interface customerDAO { public customerDTO getCustomer(String loginName) throws Exception; }