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