@@ -0,0 +1,11 @@
+package org.hsweb.web.dao.history;
+
+import org.hsweb.web.bean.po.history.History;
+import org.hsweb.web.dao.GenericMapper;
+/**
+ * Created by zhouhao on 16-4-22.
+ */
+public interface HistoryMapper extends GenericMapper<History, String> {
+}