添加项目文件。
This commit is contained in:
15
UIShare/UIViewModel/CANSignalConfigVM.cs
Normal file
15
UIShare/UIViewModel/CANSignalConfigVM.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UIShare.UIViewModel
|
||||
{
|
||||
public class CANSignalConfig
|
||||
{
|
||||
public int Channel { get; set; }
|
||||
public int MessageID { get; set; }
|
||||
public string MessageName { get; set; }
|
||||
public string SignalName { get; set; }
|
||||
public int CollectionInterval { get; set; }
|
||||
public Guid CollectionID { get; set; }
|
||||
public string MethodName {get;set;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user