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