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.
|
- package model
-
- type Emoticon struct {
- Id int64
- Name string // 名称
- ImgUrl string // 图片地址
- Memo string // 备注
- Sort int // 排序
- State int // 状态0关闭,1开启
- CreateAt string // 创建时间
- UpdateAt string // 更新时间
- }
|