Files

13 lines
185 B
Go
Raw Permalink Normal View History

/*
* @Author : huangzj
* @Time : 2020/7/20 9:42
* @Description
*/
package deepSearch
type ItemValue struct {
ItemId int //物品的Id
ItemValue int //物品的价值
}