From ac0318fc8120bb1452220fd8e586b8e04a1df26a Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 14 三月 2024 11:55:22 +0800 Subject: [PATCH] crm查询采购单 --- initialize/gorm.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/initialize/gorm.go b/initialize/gorm.go index a99ef06..42ae347 100644 --- a/initialize/gorm.go +++ b/initialize/gorm.go @@ -34,6 +34,7 @@ test.SupplierType{}, test.Supplier{}, test.Contract{}, + test.SupplierMaterial{}, purchase.Purchase{}, purchase.PurchaseProducts{}, ) -- Gitblit v1.8.0