2017-11-08 18:50:44 +09:00

9 lines
246 B
Go

package model
import "git.loafle.net/overflow/overflow_commons_go/modules/timestamp/model"
type InfraMachine struct {
Infra
Meta string `json:"meta,omitempty"`
CreateDate timestamp.Timestamp `json:"createDate,omitempty"`
}