using HH.WCS.Hexafluo.util;
using HH.WCS.Hexafluo.wms;
namespace HH.WCS.ZCQTJ.Entitys
{
///
/// 异步交互缓存表
///
[ST("异步交互缓存表")]
public class TN_AsyncEntitys : BaseModel
{
///
/// 接口ID
///
public string S_PortID { get; set; }
///
/// 备注
///
public string S_Note { get; set; }
///
/// 接口参数
///
public string JsonValue { get; set; }
///
/// 是否调用 Y调用N不调用
///
public string S_IsCall { get; set; }
}
}