添加导出
This commit is contained in:
parent
4b57646fd5
commit
b08c8c007f
@ -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 做账工厂
|
||||
|
Loading…
Reference in New Issue
Block a user