jingh
2021-11-09 e5fc3795c5ece0b59881cecf680a9dff1f368a9d
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;
    }
}