结算类型

This commit is contained in:
苏尹岚
2020-07-27 17:19:07 +08:00
parent bc1ce19c46
commit 4a8d13c5c1
3 changed files with 33 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ const (
RefundStatusNo = 0
RefundStatusYes = 1
RefundStatusFailed = 2
EarningTypeQuote = 1 //报价模式
EarningTypePoints = 2 //扣点模式
)
var (