【增加配置字段】

This commit is contained in:
weizhihong 2023-10-26 18:09:58 +08:00
parent 15ce038f89
commit 57d1fbad6e
1 changed files with 1 additions and 0 deletions

View File

@ -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"`