使用json存储通道信息

This commit is contained in:
Administrator
2026-07-16 19:00:09 +08:00
parent 3b276376e8
commit 9a31174049
14 changed files with 221 additions and 101 deletions
+7 -1
View File
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using JinYuan.Models.SysConfig;
using System.Collections.Generic;
namespace JinYuan.VirtualDataLibrary
{
@@ -139,6 +140,11 @@ namespace JinYuan.VirtualDataLibrary
/// </summary>
public string Grading6 = "拦截";
/// <summary>
/// 通道档位设置
/// </summary>
public Models.SysConfig.ChannelConfig ChannelConfig = new ChannelConfig();
/// <summary>
/// 设备状态
/// </summary>