From 155f70979af20ca520a55b89c6ec8cd46c43f8a5 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 31 七月 2024 15:47:33 +0800 Subject: [PATCH] 产品流水表增加多单位存储 --- models/db.go | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/models/db.go b/models/db.go index bd9de7c..5f32a04 100644 --- a/models/db.go +++ b/models/db.go @@ -116,7 +116,16 @@ ReorderRule{}, Attachment{}, LogisticCompany{}, + FileTemplateAttachment{}, MoveHistory{}, + Lock{}, + MonthStats{}, + Attribute{}, + AttributeValue{}, + SystemConfig{}, + WarehouseMonthStats{}, + WarehouseStatsItems{}, + MiniDict{}, ) return err } @@ -127,7 +136,6 @@ func InsertDefaultData() { models := []interface{}{ - NewDepartmentSearch(), NewLocationSearch(), } for _, model := range models { -- Gitblit v1.8.0