22
jingh
2021-08-07 bcc095f215ec7abd6dd33ea9e822e2c7eddda601
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_WIPStockChangeBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HPrintQty;
        //
        public Int64 HICMOInterID;
        public String HICMOBillNo;
        public Int64 HProcPlanInterID;
        public Int64 HProcPlanEntryID;
        public String HProcPlanBillNo;
        public Int64 HProcExchInterID;
        public String HProcExchBillNo;
        public Int64 HMaterID;
        public decimal HICMOQty;
        public decimal HPlanQty;
    }
}