From 28240d14942e63d05c06531f04f7f7b5530f04c3 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 20 九月 2023 10:46:32 +0800 Subject: [PATCH] 产品与产品类型注释添加 --- models/move_history.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/move_history.go b/models/move_history.go index f4c8b7d..3bd9974 100644 --- a/models/move_history.go +++ b/models/move_history.go @@ -40,7 +40,7 @@ ) func (slf *MoveHistory) TableName() string { - return "move_history" + return "wms_move_history" } func NewMoveHistorySearch() *MoveHistorySearch { -- Gitblit v1.8.0