mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-23 15:00:25 +08:00
优化代码
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package models
|
||||
|
||||
// 消息接收人分组
|
||||
// MessageRecipientGroup 消息接收人分组
|
||||
type MessageRecipientGroup struct {
|
||||
Id uint32 `field:"id"` // ID
|
||||
Name string `field:"name"` // 分组名
|
||||
Order uint32 `field:"order"` // 排序
|
||||
IsOn uint8 `field:"isOn"` // 是否启用
|
||||
IsOn bool `field:"isOn"` // 是否启用
|
||||
State uint8 `field:"state"` // 状态
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user