This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mesnac.Action.ChemicalWeighing.InterfaceDocking.DockingEntity
{
public class TankIsDischargedSyncEntity
/// <summary>
/// 请求ID
/// </summary>
public string reqCode { get; set; }
/// 请求时间
public DateTime reqTime { get; set; }
/// 设备编码,1-8
public string deviceNo { get; set; }
/// 0:无料,1:有料
public string state { get; set; }
}