From b08c8c007fa47ca6736deee79876549f11cafb09 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 19 Nov 2024 11:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/accounting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp/accounting.go b/erp/accounting.go index cf8cd7f..da2f280 100644 --- a/erp/accounting.go +++ b/erp/accounting.go @@ -175,8 +175,8 @@ func (a *accounting) InvoiceProducts(ctx context.Context, accountingId int64) (r } type ReplyAccountFactoryItem struct { - FactoryId int64 // 工厂id - FactoryName string // 工厂名称 + FactoryId int64 `json:"factoryId"` // 工厂id + FactoryName string `json:"factoryName"` // 工厂名称 } // Factories @TITLE 做账工厂