@@ -0,0 +1,9 @@
+package com.ym.mec.web.dal.dao;
+
+import com.ym.mec.common.dal.BaseDAO;
+import com.ym.mec.web.dal.entity.HotWordsLabel;
+public interface HotWordsLabelDao extends BaseDAO<Integer, HotWordsLabel> {
+}
+import com.ym.mec.web.dal.entity.VipGroupCategory;
+public interface VipGroupCategoryDao extends BaseDAO<Integer, VipGroupCategory> {