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;
using HH.WCS.Hexafluo.wms;
 
namespace HH.WCS.ZCQTJ.Entitys
{
    /// <summary>
    /// 立库异常报警表
    /// </summary>
    [ST("立库异常报警表")]
    public class WcsAbnormityWarningEntitys : BaseModel
    {
        public string requestPk { get; set; }
        public string taskNo { get; set; }
        public string reqTime { get; set; }
        public string errorNo { get; set; }
        public string errorDes { get; set; }
        public string remarks { get; set; }
        public string roadway { get; set; }
        public string areaCode { get; set; }
    }
}