From 8b89d1c42d257fbee18216c636bc4ead8d7a9cf9 Mon Sep 17 00:00:00 2001
From: zhansan <1061428287@qq.com>
Date: 星期二, 19 九月 2023 10:52:56 +0800
Subject: [PATCH] 修改产品两张表都以wms_打头

---
 models/location.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/models/location.go b/models/location.go
index 0146ca0..41e6992 100644
--- a/models/location.go
+++ b/models/location.go
@@ -35,7 +35,7 @@
 )
 
 func (slf *Location) TableName() string {
-	return "location"
+	return "wms_location"
 }
 
 func NewLocationSearch() *LocationSearch {

--
Gitblit v1.8.0