ningshuxia
2022-08-12 c7cbc04454597f39d2837c21ee83a71626fe115a
Application/IStation.Application4Run/monitor_real_record/mgr/dto/UpdateMonitorRealRecordInput.cs
@@ -12,22 +12,22 @@
    public class UpdateMonitorRealRecordInput
    {
        /// <summary>
        /// 标识
        /// id
        /// </summary>
        public long ID { get; set; }
        /// <summary>
        /// 客户标识
        /// 客户id
        /// </summary>
        public long CorpID { get; set; }
        /// <summary>
        /// 测点标识
        /// 测点id
        /// </summary>
        public long MonitorPointID { get; set; }
        /// <summary>
        /// 信号标识
        /// 信号id
        /// </summary>
        public long SignalID { get; set; }
@@ -52,7 +52,7 @@
        public DateTime DataTime { get; set; }
        /// <summary>
        /// 数据值
        /// 数据值(采用系统单位)
        /// </summary>
        public string DataValue { get; set; }