yangle
2022-06-30 1cf37e52dcefd6bbf567818b50e16f36c7fae84c
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
26
27
28
29
30
31
32
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    /// <summary>
    /// ËµÃ÷£º°ü×°·½Ê½µÄÊý¾ÝÄ£ÐÍ
    /// ´´½¨ÈË£ºÍõ½¡¾ù ´´½¨Ê±¼ä£º2017-12-18 12:29:11
    /// ÐÞ¸ÄÈË£º       ÐÞ¸Äʱ¼ä£º
    /// </summary>
    public class ClsGy_PackType_Model : DBUtility.ClsGy_Base_Model
    {
        public Int64 HItemID;           //Ö÷¼ü int                 ²»¿É¼û
        public string HNumber;            //´úÂë 
        public string HName;            //Ãû³Æ 
        public string HShortNumber;        //¶Ì´úÂë       ²»¿É¼û
        public Int64 HParentID;            //¸¸¼¶ID int          ²»¿É¼û
        public Int64 HLevel;            //µÈ¼¶    int          ²»¿É¼û
        public bool HEndFlag;            //Ä©¼¶±êÖ¾ bit       ²»¿É¼û
        public bool HStopflag;            //½ûÓñêÖ¾ bit
        public string HRemark;            //±¸×¢ varchar(50)   
        public string HHelpCode;        //Öú¼ÇÂë  varchar(20)
        public string HUseFlag;         //ʹÓÃ״̬£¨Î´¼ì²â£¬Î´Ê¹Óã¬ÒÑʹÓã©
        public DateTime HMakeTime;        //½¨Á¢Ê±¼ä(getdate())    
        public string HMakeEmp;           //´´½¨ÈË        
        public string HPackMaterial;    //°ü×°²ÄÖÊ
        public double HLenhth;            //³¤
        public double HWidth;            //¿í
        public double HHeight;           //¸ß
    }
}