refactor:删除了DeviceDto,VariableDto,VariableTableDto,改为使用DMS.Core中的实体
This commit is contained in:
@@ -56,7 +56,7 @@ public class HistoryProcessor : IVariableProcessor, IDisposable
|
||||
}
|
||||
}
|
||||
|
||||
// 将 VariableDto 转换为 VariableHistory
|
||||
// 将 Variable 转换为 VariableHistory
|
||||
var historyData = new VariableHistory
|
||||
{
|
||||
VariableId = context.Data.Id,
|
||||
|
||||
Reference in New Issue
Block a user