创建聊天组

This commit is contained in:
苏尹岚
2020-10-22 10:23:04 +08:00
parent bd1ae5558c
commit b8f18712a9
5 changed files with 15 additions and 30 deletions

View File

@@ -80,6 +80,7 @@ type MessageGroup struct {
Type int `json:"type"` //组类型1为单聊2为群聊
MaxCount int `json:"maxCount"` //最大人数
DividePercentage int `json:"dividePercentage"` //分成比例
QuitPrice int `json:"quitPrice"` //退出条件(金额)
}
func (*MessageGroup) TableIndex() [][]string {