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.
|
12345678 |
- package model
-
- type UserAppList struct {
- Id int `json:"id" xorm:"int(11) NOT NULL "`
- Uuid int64 `json:"uuid" xorm:"int(10) NOT NULL "`
- AppId int64 `json:"app_id" xorm:"int(10) NOT NULL "`
- SmsPlatform string `json:"sms_platform" xorm:"varchar(255) DEFAULT 'mob' "`
- }
|