打印机

This commit is contained in:
邹宗楠
2022-07-11 16:43:16 +08:00
parent 80c079db4e
commit ecdb628231
17 changed files with 64 additions and 61 deletions

17
routers/print_router.go Normal file
View File

@@ -0,0 +1,17 @@
package routers
import "github.com/gin-gonic/gin"
func InitPrintRouter(r *gin.Engine) {
//group := r.Group("/v2")
// 我的基本信息
{
//groupMyPrint := group.Group("/storePrint")
//groupMyPrint.GET()
}
}
func InitOtherRequest(r *gin.Engine) {
}