mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-11-29 16:43:17 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
package model
|
|
|
|
type Version struct {
|
|
IdModel
|
|
Version uint `json:"version" gorm:"default:0;not null;"`
|
|
TimeModel
|
|
}
|