梳理了所有的Db,DTO,ItemViewModel的属性
This commit is contained in:
@@ -10,12 +10,12 @@ public class VariableDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string? S7Address { get; set; }
|
||||
public string? DataValue { get; set; }
|
||||
public string? DisplayValue { get; set; }
|
||||
public string S7Address { get; set; }
|
||||
public string DataValue { get; set; }
|
||||
public string DisplayValue { get; set; }
|
||||
public VariableTableDto? VariableTable { get; set; }
|
||||
public List<VariableMqttAliasDto>? MqttAliases { get; set; }
|
||||
public SignalType DataType { get; set; }
|
||||
public SignalType SignalType { get; set; }
|
||||
public PollLevelType PollLevel { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public int VariableTableId { get; set; }
|
||||
@@ -34,4 +34,5 @@ public class VariableDto
|
||||
public string UpdatedBy { get; set; }
|
||||
public bool IsModified { get; set; }
|
||||
public string Description { get; set; }
|
||||
public OpcUaUpdateType OpcUaUpdateType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user