公告板
版本库
filestore
活动
搜索
登录
CloudAI
/
gat1400Exchange
GA/T1400协议服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加根据坐标切小图的功能
zhangzengfei
2024-04-18
1bc9b974469d6959c900b7a083fec2689e5cdd8e
[CloudAI/gat1400Exchange.git]
/
vo
/
common.go
1
2
3
4
5
6
7
8
package vo
type Rect struct {
Left int
Top int
Right int
Bottom int
}