25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456789101112 |
- package model
-
- type Emoticon struct {
- Id int64
- Name string // 名称
- ImgUrl string // 图片地址
- Memo string // 备注
- Sort int // 排序
- State int // 状态0关闭,1开启
- CreateAt string // 创建时间
- UpdateAt string // 更新时间
- }
|