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 做账工厂