【增加配置字段】
This commit is contained in:
parent
15ce038f89
commit
57d1fbad6e
|
@ -52,6 +52,7 @@ type centrifugo struct {
|
|||
|
||||
// 第三方配置结构
|
||||
type ThridPartyConfig struct {
|
||||
Id int32 `json:"id"`
|
||||
Dynamics DynamicsConfig `json:"dynamics"`
|
||||
Vobc VobcConfig `json:"vobc"`
|
||||
Interlock InterlockConfig `json:"interlock"`
|
||||
|
|
Loading…
Reference in New Issue