jiangshuai
2024-02-06 02a2176f7c5733a4e4c4429c2028bbb86a967ce7
model/test/supplier_type.go
@@ -2,7 +2,7 @@
package test
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "srm/global"
)
// SupplierType 结构体
@@ -13,5 +13,5 @@
// TableName SupplierType 表名
func (SupplierType) TableName() string {
   return "supplier_type"
   return "srm_supplier_type"
}