From da154e5c758c3b67202390debdc5331a8f68c685 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期六, 29 六月 2024 18:25:22 +0800 Subject: [PATCH] 库存结算时间点添加数据初始化任务 --- models/db.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/models/db.go b/models/db.go index 010c6ef..4708383 100644 --- a/models/db.go +++ b/models/db.go @@ -117,6 +117,12 @@ Attachment{}, LogisticCompany{}, FileTemplateAttachment{}, + MoveHistory{}, + Lock{}, + MonthStats{}, + Attribute{}, + AttributeValue{}, + SystemConfig{}, ) return err } -- Gitblit v1.8.0