添加导出

This commit is contained in:
守护自己的云 2024-11-19 11:41:03 +08:00
parent 4b57646fd5
commit b08c8c007f

View File

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