Files
Go-http_framework/util/timed/vo/IntervalTimeObj.go
T

19 lines
202 B
Go
Raw Normal View History

/*
* @Author : huangzj
* @Time : 2020/5/7 15:19
* @Description
*/
package vo
type IntervalTimeObj struct {
Year int
Month int
Week int
Day int
Hour int
Minute int
Second int
}