using HH.WCS.Hexafluo.util; namespace HH.WCS.ZCQTJ.Entitys { /// /// 异常缓存位表 /// [ST("异常缓存位表")] public class TN_Loc_AbnormalEntitys { /// /// 托盘类型 /// public string S_CNTR_CODE { get; set; } /// /// 异常缓存位--货位码 /// public string S_S_LOC_CODE { get; set; } } }