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