diff --git a/erp/accounting.go b/erp/accounting.go index 58bbb3f..0abf2f8 100644 --- a/erp/accounting.go +++ b/erp/accounting.go @@ -146,6 +146,7 @@ type ReplyAccountingInfo struct { TotalVolume decimal.Decimal `json:"totalVolume"` TotalGrossWeight decimal.Decimal `json:"totalGrossWeight"` TotalNetWeight decimal.Decimal `json:"totalNetWeight"` + GenPayableFlag bool `json:"genPayableFlag"` } // Info @TITLE 详情