修改包名称定为至server为插件化提供便利

This commit is contained in:
蒋吉兆
2021-08-23 23:13:24 +08:00
parent 8294264f87
commit 6afe848210
153 changed files with 381 additions and 380 deletions

View File

@@ -17,8 +17,8 @@ import (
//@return: error
const (
startComment = "Code generated by github.com/flipped-aurora/gin-vue-admin Begin; DO NOT EDIT."
endComment = "Code generated by github.com/flipped-aurora/gin-vue-admin End; DO NOT EDIT."
startComment = "Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT."
endComment = "Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT."
)
//@author: [LeonardWang](https://github.com/WangLeonard)