package entity import ( "strconv" "time" ) //版本号 时间戳 func Version() string { return strconv.Itoa(int(time.Now().Unix())) }