diff --git a/plugin/LogicDel.go b/plugin/LogicDel.go new file mode 100644 index 0000000..8bd08eb --- /dev/null +++ b/plugin/LogicDel.go @@ -0,0 +1,3 @@ +package plugin + +//TODO 逻辑删除插件 diff --git a/plugin/Page.go b/plugin/Page.go new file mode 100644 index 0000000..6d5521b --- /dev/null +++ b/plugin/Page.go @@ -0,0 +1,3 @@ +package plugin + +//TODO 分页插件 diff --git a/plugin/VersionLock.go b/plugin/VersionLock.go new file mode 100644 index 0000000..6d5521b --- /dev/null +++ b/plugin/VersionLock.go @@ -0,0 +1,3 @@ +package plugin + +//TODO 分页插件