From 0b7ac10fc4d26e1ef63470a42f40d666bec8692b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 04 七月 2024 19:51:11 +0800 Subject: [PATCH] 产品位置库存表增加仓库id冗余字段 --- models/db.go | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/models/db.go b/models/db.go index 010c6ef..eaa23cc 100644 --- a/models/db.go +++ b/models/db.go @@ -117,6 +117,14 @@ Attachment{}, LogisticCompany{}, FileTemplateAttachment{}, + MoveHistory{}, + Lock{}, + MonthStats{}, + Attribute{}, + AttributeValue{}, + SystemConfig{}, + WarehouseMonthStats{}, + WarehouseStatsItems{}, ) return err } @@ -127,7 +135,6 @@ func InsertDefaultData() { models := []interface{}{ - NewDepartmentSearch(), NewLocationSearch(), } for _, model := range models { -- Gitblit v1.8.0