Files
Go-http_framework/util/deepSearch/ItemValue.go
T

13 lines
185 B
Go
Raw Normal View History

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