跟进任务新增通知

This commit is contained in:
zhangchenbiao
2023-08-14 15:03:27 +08:00
parent f7c446ba8d
commit 634d6ec24e
8 changed files with 85 additions and 16 deletions

View File

@@ -85,12 +85,6 @@ public class MyIntrospectedTableMyBatis3Impl extends IntrospectedTableMyBatis3Im
}
StringBuilder sb = new StringBuilder();
sb.append(calculateJavaClientImplementationPackage());
sb.append('.');
sb.append(getTableNameFromConfigFile());
sb.append("DAOImpl"); //$NON-NLS-1$
setDAOImplementationType(sb.toString());
sb.setLength(0);
sb.append(calculateJavaClientInterfacePackage());
sb.append('.');