111
lss
5 天以前 79db8fda0f71b65dfe1e1c72f307b29efc565126
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/FunctionArea.cs
@@ -8,20 +8,20 @@
        
        /// <summary>
        /// Area、Zone、Warehouse、Location
        /// Area��Zone��Warehouse��Location
        /// </summary>
        public string S_MASTER_CLS { get; set; }
        public string S_MASTER_CODE { get; set; }
        /// <summary>
        /// 0 – 无 1 – 收货 2 – 检验 3 – 理货 4 – 分拣 5 – 发货
        /// 6 – 不合格品
        /// 10 – 入库接驳 11 – 出库接驳
        /// 0 �C �� 1 �C �ջ� 2 �C ���� 3 �C ��� 4 �C �ּ� 5 �C ����
        /// 6 �C ���ϸ�Ʒ
        /// 10 �C ���Ӳ� 11 �C ����Ӳ�
        /// </summary>
        public int N_TYPE { get; set; }
        public int N_PRIORITY { get; set; }
        public string S_TYPE { get; set; }
        /// <summary>
        /// 0 – 库区 1 – 货位 2 – 逻辑库区
        /// 0 �C ���� 1 �C ��λ 2 �C �߼�����
        /// </summary>
        public int N_FA_TYPE { get; set; }
        public string S_FA_CODE { get; set; }