/** * TTemplateFeeStdDao.java 2013/01/14 */ package com.ycsoft.business.dao.config; import org.springframework.stereotype.Component; import com.ycsoft.beans.config.TTemplateFeeStd; import com.ycsoft.daos.abstracts.BaseEntityDao; /** * TTemplateFeeStdDao -> T_TEMPLATE_FEE_STD table's operator */ @Component public class TTemplateFeeStdDao extends BaseEntityDao<TTemplateFeeStd> { /** * */ private static final long serialVersionUID = 422372864661929368L; /** * default empty constructor */ public TTemplateFeeStdDao() {} }