This commit is contained in:
苏尹岚
2020-11-17 13:54:48 +08:00
parent 2001383f0f
commit fe57e8a76e
3 changed files with 13 additions and 6 deletions

View File

@@ -16,7 +16,8 @@ const (
RefundStatusYes = 1
RefundStatusFailed = 2
VendorPayTypeCompanyPay = "companyPay" //企业付款
VendorPayTypeCompanyPay = "companyPay" //企业付款
VendorPayTypeTransferAccount = "transferAccount" //手动转账
)
const (
@@ -26,7 +27,8 @@ const (
OrderTypeSupplyGoods = 2 //进货订单
OrderTypeDefendPrice = 3 //守价订单
OrderTypeAccount = 1 //账户余额
OrderTypePay = 1 //支付
OrderTypeCash = 2 //提现
)
var (