zhangzengfei
2024-04-28 62beabfd1466fd3a6b6c0736acc8c5a3b3ec4b3b
1
2
3
4
5
6
7
8
package vo
 
type Rect struct {
    Left   int
    Top    int
    Right  int
    Bottom int
}