From 7adc2e492d4582d8fda8d959e68c55830d0514ab Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 20 九月 2023 17:41:37 +0800 Subject: [PATCH] 产品表字段修改修改 --- models/operation_type.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/operation_type.go b/models/operation_type.go index acb9c79..92c244c 100644 --- a/models/operation_type.go +++ b/models/operation_type.go @@ -46,7 +46,7 @@ ) func (slf *OperationType) TableName() string { - return "job_type" + return "wms_job_type" } func NewOperationTypeSearch() *OperationTypeSearch { -- Gitblit v1.8.0