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.
|
12345678910 |
- package md
-
- type GetModuleSettingResp struct {
- ModName string `json:"mod_name"` // 模块名称
- Position string `json:"position"` // 位置
- SkipIdentifier string `json:"skip_identifier"` // 跳转标识
- Title string `json:"title"` // 标题
- Subtitle string `json:"subtitle"` // 副标题
- Data map[string]interface{} `json:"data"` // 内容
- }
|