|  |  |  | 
|---|
|  |  |  | using System; | 
|---|
|  |  |  | using MimeKit; | 
|---|
|  |  |  | using OfficeOpenXml.FormulaParsing.Excel.Functions.Information; | 
|---|
|  |  |  | using System; | 
|---|
|  |  |  | using System.Collections.Generic; | 
|---|
|  |  |  | using System.Linq; | 
|---|
|  |  |  | using System.Text; | 
|---|
|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string EmployeeNo { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public class BasicResult | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 会话 ID | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string SessionId { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 响应时间 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string ResponseTime { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 设备编号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string EquipmentCode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 报文接收结果 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public bool ResultFlag { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 返回状态码 True:执行成功; False:执行失败 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public bool Success { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 返回状态码 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string MessageCode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// MOM消息 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string MOMMessage { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|