From c7b298c3d2bd922df7514f8a5ca37a0c7f6e5686 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 29 三月 2024 20:00:52 +0800 Subject: [PATCH] 收货数量修改 --- service/test/enter.go | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/service/test/enter.go b/service/test/enter.go index 4f7c036..726b48b 100644 --- a/service/test/enter.go +++ b/service/test/enter.go @@ -1,5 +1,10 @@ package test type ServiceGroup struct { + SupplierTypeService IndustryService + SupplierService + ContractService + ProductService + MemberService } -- Gitblit v1.8.0