1.Mfc Ror进度更新

This commit is contained in:
HCL 2023-07-03 09:08:10 +08:00
parent 0f76e4e000
commit 6505806dfc
2 changed files with 3 additions and 2 deletions

View File

@ -141,9 +141,9 @@ namespace Aitex.Core.Common.DeviceData
public double BasePressure { get; set; }
/// <summary>
/// 是否超过标准值
/// 结果
/// </summary>
[DataMember]
public bool IsOverStandard { get; set; }
public string Result { get; set; }
}
}

View File

@ -137,6 +137,7 @@ namespace MECF.Framework.Common.DataCenter
[ServiceKnownType(typeof(IoMotorLiftExchangeData))]
[ServiceKnownType(typeof(STBlinkPattern))]
[ServiceKnownType(typeof(MfcRorData))]
[ServiceKnownType(typeof(List<MfcRorData>))]
public interface IQueryDataService
{