package com.lanyotech.pps.dao; import com.easyjf.core.dao.GenericDAO; import com.lanyotech.pps.domain.SystemDictionary; /** * SystemDictionaryDAO * @author EasyJWeb 1.0-m2 * $Id: SystemDictionaryDAO.java,v 0.0.1 2010-6-5 15:28:29 EasyJWeb 1.0-m2 Exp $ */ public interface ISystemDictionaryDAO extends GenericDAO<SystemDictionary> { }