Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiwei.deng committed Jun 21, 2017
1 parent 68e2e4a commit 18e97ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ${tdo.Package}.data;

import com.easytoolsoft.mybatis.data.CrudRepository;
import com.easytoolsoft.mybatis.sharding.data.CrudRepository;
import ${tdo.Package}.domain.${tdo.Name};
import ${tdo.Package}.domain.example.${tdo.Name}Example;
import org.springframework.stereotype.Repository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.List;

import com.easytoolsoft.mybatis.service.AbstractCrudService;
import com.easytoolsoft.mybatis.sharding.service.AbstractCrudService;
import ${tdo.Package}.data.${tdo.Name}Repository;
import ${tdo.Package}.domain.${tdo.Name};
import ${tdo.Package}.domain.example.${tdo.Name}Example;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.List;

import com.easytoolsoft.mybatis.service.CrudService;
import com.easytoolsoft.mybatis.sharding.service.CrudService;
import ${tdo.Package}.domain.${tdo.Name};
import ${tdo.Package}.domain.example.${tdo.Name}Example;

Expand Down

0 comments on commit 18e97ec

Please sign in to comment.