goProject/trunk/goutil/mathUtil/iWeight.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

6 lines
62 B
Go

package mathUtil
type IWeight interface {
GetWeight() int
}