Files
Go-http_framework/util/rand/AwardWeight.go
T

13 lines
184 B
Go
Raw Normal View History

2021-03-02 13:33:07 +08:00
/*
* @Author : huangzj
* @Time : 2021/2/23 20:52
* @Description
*/
package rand
type AwardWeight struct {
Award interface{} //奖励数据
Weight int //权重
}