瀏覽代碼

git-svn-id: https://192.168.57.71/svn/jsgkj@1288 931142cf-59ea-a443-aa0e-51397b428577

ld_jiangxf 8 年之前
父節點
當前提交
6b9c85460d

+ 8 - 0
gkjsjy/trunk/src/com/xt/jygl/gkyxtjyfx/hzttltj/dao/GyttlfxDao.java

@@ -0,0 +1,8 @@
+package com.xt.jygl.gkyxtjyfx.hzttltj.dao;
+
+import com.xt.jygl.gkyxtjyfx.hzttltj.entity.HzttlEntity;
+import com.xtframe.sec.common.SecRepository;
+
+public interface GyttlfxDao extends SecRepository<HzttlEntity, String>{
+
+}

+ 8 - 0
gkjsjy/trunk/src/com/xt/jygl/gkyxtjyfx/hzttltj/dao/HzttlfxDao.java

@@ -0,0 +1,8 @@
+package com.xt.jygl.gkyxtjyfx.hzttltj.dao;
+
+import com.xt.jygl.gkyxtjyfx.hzttltj.entity.FlhwttlhzEntity;
+import com.xtframe.sec.common.SecRepository;
+
+public interface HzttlfxDao extends SecRepository<FlhwttlhzEntity, String> {
+
+}