Commit 73ed82e8 by bianpeng

1.0.0.RELEASE,全部完善

parent 87705ab1
......@@ -5,7 +5,7 @@
<groupId>com.github</groupId>
<artifactId>mybatis-dsc-generator</artifactId>
<version>1.2.1.RELEASE</version>
<version>1.0.0.RELEASE</version>
<packaging>jar</packaging>
<name>mybatis-dsc-generator</name>
......
......@@ -67,5 +67,5 @@ public interface ${entityName}Service {
* @return PageInfo<${entityName}>
* @author ${author}
*/
public PageInfo<${entityName}> getUserBySearch(AppPage<User> page);
public PageInfo<${entityName}> get${entityName}BySearch(AppPage<${entityName}> page);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment