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