1
duhe
2024-07-29 e486bdcca9a38e52874c231eb1a36731d747578f
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;   //°à×éÃû³Æ
    }
}