修改结汇

This commit is contained in:
2025-03-14 16:21:34 +08:00
parent d1957b9228
commit 12b18adb9a
3 changed files with 35 additions and 3 deletions

View File

@@ -62,3 +62,9 @@ const (
BanFlagDisabled BanFlag = 1 // 禁用
BanFlagEnabled BanFlag = 2 // 可用
)
type ExchangeSettlementType = int64 // 结汇单据类型
const (
ExchangeSettlementTypeMaster ExchangeSettlementType = 1 // 总票
ExchangeSettlementTypeSub ExchangeSettlementType = 2 // 分票
)