退出用户组

This commit is contained in:
苏尹岚
2020-10-22 14:23:26 +08:00
parent 4fc2e9c5df
commit 777bdc6d93
4 changed files with 119 additions and 9 deletions

View File

@@ -1,15 +1,18 @@
package model
const (
BillTypeDeposit = 1 //发布任务
BillTypeJob = 2 //做任务实得
BillTypeMember = 3 //开通会员
BillTypeJobCancelOverdue = 4 //任务过期或取消
BillTypeJobAuditUnPassWithCancelOverdue = 5 //任务不通过时,任务已取消或过期
BillTypeSpJob = 6 //特殊任务扣除
BillTypeDeposit = 10 //发布任务
BillTypeJob = 11 //做任务实得
BillTypeJobCancelOverdue = 12 //任务过期或取消
BillTypeJobAuditUnPassWithCancelOverdue = 13 //任务不通过时,任务已取消或过期
BillTypeSpJob = 14 //特殊任务扣除
BillTypeCash = 9 //提现
BillTypeInvest = 8 //充值
BillTypeMember = 20 //开通会员
BillTypeQuitGroup = 30 //退群
BillTypeCash = 8 //提现
BillTypeInvest = 6 //充值
)
//账单收入表