1
pulg
2025-05-14 5a640911f7e7ef3a003775993f077e1a0e9ac130
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using HH.WCS.Hexafluo.util;
 
namespace HH.WCS.ZCQTJ.Entitys
{
    /// <summary>
    /// 异常缓存位表
    /// </summary>
    [ST("异常缓存位表")]
    public class TN_Loc_AbnormalEntitys
    {
        /// <summary>
        /// 托盘类型
        /// </summary>
        public string S_CNTR_CODE { get; set; }
 
        /// <summary>
        /// 异常缓存位--货位码
        /// </summary>
        public string S_S_LOC_CODE { get; set; }
    }
}