This commit is contained in:
苏尹岚
2020-11-27 11:32:35 +08:00
parent ff125d53aa
commit 28b097cfca

View File

@@ -87,6 +87,7 @@ type MessageGroup struct {
MaxCount int `json:"maxCount"` //最大人数
DividePercentage int `json:"dividePercentage"` //分成比例
QuitPrice int `json:"quitPrice"` //退出条件(金额)
GroupAvatar string `json:"groupAvatar"` //群头像
}
func (*MessageGroup) TableIndex() [][]string {