mirror of https://github.com/halo-dev/halo
change repository package
parent
a7cbe91ed1
commit
6e20fd2cf2
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Attachment;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Category;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Comment;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Gallery;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Link;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Log;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Menu;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Option;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.PostCategory;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Post;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Tag;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.Tag;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
|
@ -1,4 +1,4 @@
|
|||
package cc.ryanc.halo.repository.v1;
|
||||
package cc.ryanc.halo.repository;
|
||||
|
||||
import cc.ryanc.halo.model.entity.User;
|
||||
import cc.ryanc.halo.repository.base.BaseRepository;
|
Loading…
Reference in New Issue