智盟项目
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.

uuid_list.go 152 B

2 months ago
123456
  1. package model
  2. type UuidList struct {
  3. Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
  4. Uuid string `json:"uuid" xorm:"comment('') TEXT"`
  5. }