|
|
@@ -225,11 +225,11 @@ func QueryBizTradeDetailByBizID(relatedbizid []int64) ([]Erms3Biztradedetail, er
|
|
|
|
|
|
// Erms3BizTradeInfo 汇总数据.
|
|
|
type Erms3BizTradeInfo struct {
|
|
|
- Relatedbizid int64 // 关联业务ID
|
|
|
- Buyqty float64 // 采购量.
|
|
|
- Buyamount float64 // 采购额.
|
|
|
- Sellqty float64 // 销售量.
|
|
|
- Sellamount float64 // 销售额.
|
|
|
+ Relatedbizid int64 // 关联业务ID
|
|
|
+ Buyqty float64 // 采购量.
|
|
|
+ Buyamount float64 // 采购额.
|
|
|
+ Sellqty float64 // 销售量.
|
|
|
+ Sellamount float64 // 销售额.
|
|
|
}
|
|
|
|
|
|
// QueryBizTradeInfo 根据关联业务ID查询汇总信息.
|