File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.HikVision/Components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace BootstrapBlazor.Components;
77/// <summary>
88/// 模拟通道信息
99/// </summary>
10- public class HikVisionAnalogChannelInfo ( )
10+ public class HikVisionAnalogChannel ( )
1111{
1212 /// <summary>
1313 /// 获得 通道 Id
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ public class HikVisionChannel
1212 /// <summary>
1313 /// 获得/设置 模拟通道信息集合
1414 /// </summary>
15- public List < HikVisionAnalogChannelInfo > AnalogChannels { get ; set ; } = [ ] ;
15+ public List < HikVisionAnalogChannel > AnalogChannels { get ; set ; } = [ ] ;
1616
1717 /// <summary>
1818 /// 获得/设置 数字通道信息集合
1919 /// </summary>
20- public List < HikVisionDigitalChannelInfo > DigitalChannels { get ; set ; } = [ ] ;
20+ public List < HikVisionDigitalChannel > DigitalChannels { get ; set ; } = [ ] ;
2121
2222 /// <summary>
2323 /// 获得/设置 数字通道信息集合
2424 /// </summary>
25- public List < HikVisionZeroChannelInfo > ZeroChannels { get ; set ; } = [ ] ;
25+ public List < HikVisionZeroChannel > ZeroChannels { get ; set ; } = [ ] ;
2626}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace BootstrapBlazor.Components;
77/// <summary>
88/// 模拟通道信息
99/// </summary>
10- public class HikVisionDigitalChannelInfo ( )
10+ public class HikVisionDigitalChannel ( )
1111{
1212 /// <summary>
1313 /// 获得 通道 Id
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace BootstrapBlazor.Components;
77/// <summary>
88/// 模拟通道信息
99/// </summary>
10- public class HikVisionZeroChannelInfo ( )
10+ public class HikVisionZeroChannel ( )
1111{
1212 /// <summary>
1313 /// 获得 通道 Id
You can’t perform that action at this time.
0 commit comments