zhangzengfei
2024-05-17 8c84726593e184fd246d0f3ae7c746117855cf77
1
2
3
4
5
6
7
8
package vo
 
type Rect struct {
    Left   int
    Top    int
    Right  int
    Bottom int
}