feat(accounting): 添加应付账款生成标志字段
- 在会计实体结构体中新增 genPayableFlag 字段 - 该字段用于标识是否生成应付账款记录 - 为后续应付账款功能模块提供数据支持
This commit is contained in:
@@ -146,6 +146,7 @@ type ReplyAccountingInfo struct {
|
|||||||
TotalVolume decimal.Decimal `json:"totalVolume"`
|
TotalVolume decimal.Decimal `json:"totalVolume"`
|
||||||
TotalGrossWeight decimal.Decimal `json:"totalGrossWeight"`
|
TotalGrossWeight decimal.Decimal `json:"totalGrossWeight"`
|
||||||
TotalNetWeight decimal.Decimal `json:"totalNetWeight"`
|
TotalNetWeight decimal.Decimal `json:"totalNetWeight"`
|
||||||
|
GenPayableFlag bool `json:"genPayableFlag"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Info @TITLE 详情
|
// Info @TITLE 详情
|
||||||
|
|||||||
Reference in New Issue
Block a user