jiangshuai
2024-02-06 02a2176f7c5733a4e4c4429c2028bbb86a967ce7
api/v1/test/supplier_type.go
@@ -1,14 +1,14 @@
package test
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
   "github.com/flipped-aurora/gin-vue-admin/server/model/test"
   testReq "github.com/flipped-aurora/gin-vue-admin/server/model/test/request"
   "github.com/flipped-aurora/gin-vue-admin/server/service"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"
   "srm/global"
   "srm/model/common/request"
   "srm/model/common/response"
   "srm/model/test"
   testReq "srm/model/test/request"
   "srm/service"
)
type SupplierTypeApi struct {