package com.lanyotech.pps.dao; import com.easyjf.core.dao.GenericDAO; import com.lanyotech.pps.domain.SystemDictionaryDetail; /** * SystemDictionaryDetailDAO * @author EasyJWeb 1.0-m2 * $Id: SystemDictionaryDetailDAO.java,v 0.0.1 2010-6-5 17:10:19 EasyJWeb 1.0-m2 Exp $ */ public interface ISystemDictionaryDetailDAO extends GenericDAO<SystemDictionaryDetail> { }