添加接口
This commit is contained in:
@@ -68,3 +68,9 @@ const (
|
||||
ExchangeSettlementTypeMaster ExchangeSettlementType = 1 // 总票
|
||||
ExchangeSettlementTypeSub ExchangeSettlementType = 2 // 分票
|
||||
)
|
||||
|
||||
type Flag = int64 // 状态
|
||||
const (
|
||||
FlagTrue Flag = 1 // 是
|
||||
FlagFalse Flag = 2 // 否
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user