2024-03-13 00:46:26 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
2024-05-08 10:01:39 +00:00
|
|
|
|
namespace InSituLaboratory.Entities.SysData
|
2024-03-13 00:46:26 +00:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 腔体输出反馈表
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public class cavityoutputfeedback : BaseCavity
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 数据编号
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[Key]
|
|
|
|
|
|
public int DataIdNum { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 色质联用输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfGC_MS { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 备用串口1输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedback1OfSecondComPort { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 备用串口2输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedback2OfSecondComPort { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 光通讯机输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfOpticalComm { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// ADCP输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfADCP { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// CTD输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfCTD { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 气相色谱仪输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfDC_ECD { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 甲烷同位素分析仪反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfCH4 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 二氧化碳同位素分析仪反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfCo2 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 备用网口反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfSNetPort { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 串口服务器反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfSerialServer { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 工作机输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfIPC { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 显微拉曼分析仪输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfMicroRaman { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 质谱仪输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfMS { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 声学定位输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfALD { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 摄像1的输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfVDataIdNumeo1 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 摄像2的输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfVDataIdNumeo2 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 电交换机2输出反馈
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string? OutputFeedbackOfSwichBoard { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|