jelly 3 năm trước cách đây
mục cha
commit
d00c97ed7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      toolset/codegen/src/main/resources/template/dao.ftl

+ 1 - 1
toolset/codegen/src/main/resources/template/dao.ftl

@@ -1,7 +1,7 @@
 [#ftl]
 package ${daoPackageName};
 
-import com.yonge.cooleshow.common.dal.BaseDAO
+import com.yonge.cooleshow.common.dal.BaseDAO;
 import ${pojoFullClassName};
 
 public interface ${className}Dao [#if paramType??]extends BaseDAO<${paramType}, ${className}>[/#if] {