yusijie
2025-06-29 92bc347f39b0c9b03c394b8fb918de2bd018b986
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_BarCodeBill_WMS_Model_View : Model.ClsGy_BarCodeBill_WMS_Model
    {
        public string HMaterNumber;   //ÎïÁÏ´úÂë
        public string HMaterName;   //ÎïÁÏÃû³Æ
        public string HMaterModel;   //¹æ¸ñÐͺÅ
        public string HUnitName;   //µ¥Î»Ãû³Æ
        public string HSupName;   //ÍùÀ´µ¥Î»Ãû³Æ
        public string HGroupName;   //°à×éÃû³Æ
        public string HDeptName;
        public Int64 HErpClsID;
        public Int64 HWHID;
        public Int64 HSPID;
        public string HCusRelationNumber;
        public string HBarCodeStatus;
        public string HKFDate;
        public Int64 HKFPeriod;
 
    }
}