feat(app): update
This commit is contained in:
12
pkg/dto/HomeTabDTO.go
Normal file
12
pkg/dto/HomeTabDTO.go
Normal file
@ -0,0 +1,12 @@
|
||||
package dto
|
||||
|
||||
type HomeTabDTO struct {
|
||||
TabId string
|
||||
TabName string
|
||||
Schema string
|
||||
ChatRoomTemplateId string
|
||||
ViewInHome string
|
||||
TabType string // 房间类型 1=运营厅 2=个人厅
|
||||
TabIcon string // 图标
|
||||
TabIconUnselect string // 图标-未选中
|
||||
}
|
||||
Reference in New Issue
Block a user