From 286adacbe154f984b500cd7df16e332e255f2010 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 04 七月 2024 22:40:07 +0800 Subject: [PATCH] fix --- 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