From 7af977218be09a1ff8e9ac6740dfd22983aa33d2 Mon Sep 17 00:00:00 2001 From: lishihai <dslsh@dscom> Date: 星期五, 14 六月 2024 11:47:25 +0800 Subject: [PATCH] 属性值和对象-AttributeValue-wms_attribute_value-的曾删改 --- models/db.go | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/models/db.go b/models/db.go index 010c6ef..de0c2d2 100644 --- a/models/db.go +++ b/models/db.go @@ -117,6 +117,11 @@ Attachment{}, LogisticCompany{}, FileTemplateAttachment{}, + MoveHistory{}, + Lock{}, + MonthStats{}, + Attribute{}, + AttributeValue{}, ) return err } -- Gitblit v1.8.0