mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-27 10:10:27 +08:00
优化代码
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package models
|
||||
|
||||
// 消息媒介
|
||||
// MessageMedia 消息媒介
|
||||
type MessageMedia struct {
|
||||
Id uint32 `field:"id"` // ID
|
||||
Name string `field:"name"` // 名称
|
||||
Type string `field:"type"` // 类型
|
||||
Description string `field:"description"` // 描述
|
||||
UserDescription string `field:"userDescription"` // 用户描述
|
||||
IsOn uint8 `field:"isOn"` // 是否启用
|
||||
IsOn bool `field:"isOn"` // 是否启用
|
||||
Order uint32 `field:"order"` // 排序
|
||||
State uint8 `field:"state"` // 状态
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user