Commit 73ed82e8 by bianpeng

1.0.0.RELEASE,全部完善

parent 87705ab1
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<groupId>com.github</groupId> <groupId>com.github</groupId>
<artifactId>mybatis-dsc-generator</artifactId> <artifactId>mybatis-dsc-generator</artifactId>
<version>1.2.1.RELEASE</version> <version>1.0.0.RELEASE</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>mybatis-dsc-generator</name> <name>mybatis-dsc-generator</name>
......
...@@ -67,5 +67,5 @@ public interface ${entityName}Service { ...@@ -67,5 +67,5 @@ public interface ${entityName}Service {
* @return PageInfo<${entityName}> * @return PageInfo<${entityName}>
* @author ${author} * @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