liujiandao
2023-11-23 2b6e19d0864e922f67c672775a501d953dd01d8d
model/test/industry.go
@@ -2,7 +2,7 @@
package test
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "srm/global"
)
// Industry 结构体
@@ -13,5 +13,5 @@
// TableName Industry 表名
func (Industry) TableName() string {
   return "industry"
   return "srm_industry"
}