package models import ( "time" ) type TLdapAsyncProgress struct { LastModifyTime time.Time `xorm:"not null pk DATETIME"` }