jhz
2022-09-08 eb045e76eb29f6c2bb23e644561d68e535129898
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;   //°à×éÃû³Æ
    }
}