mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-04 20:57:38 +08:00
12 lines
104 B
Go
12 lines
104 B
Go
package model
|
|
|
|
type Time struct {
|
|
Num int
|
|
Unit string
|
|
}
|
|
|
|
type Size struct {
|
|
Num int
|
|
Unit string
|
|
}
|