From 1ae2ab7b60ef374c77eebc08d63759a98f625066 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 三月 2024 10:10:43 +0800
Subject: [PATCH] crm查询采购信息
---
model/test/industry.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/model/test/industry.go b/model/test/industry.go
index c61ff27..30db4bf 100644
--- a/model/test/industry.go
+++ b/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"
}
--
Gitblit v1.8.0