You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
269 B

package model
import xtime "go-common/library/time"
// UserContract represents user contract record.
type UserContract struct {
ID int32
Mid int64
ContractId string
OrderNo string
IsDeleted int8
Ctime xtime.Time
Mtime xtime.Time
}