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