1
duhe
2023-10-07 f8141b591a3290e4338dbbbd5a7b57801cdf30a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_ICBomBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HParentID;            //bom×é±ð
        public string HVersion;            //°æ±¾
        public string  HStatus;              //״̬
        public string  HPicNo;               //ͼºÅ
        public Int64 HMaterID;             //ÎïÁÏID
        public Int64  HMaterTypeID;            //ÎïÁÏÊôÐÔ
        public Int64  HPropertyID;       //¸¨ÖúÊôÐÔ
        public Int64 HUnitID;               //µ¥Î»ID
        public double  HQty;                  //ÊýÁ¿
        public Single  HProdRate;             //³ÉÆ·ÂÊ
        public string HJump;                 //Ìø²ã
        
        
    }
}