zrg
2024-10-28 9c72c410c2ecd91277c5751e143203e05d5eb9f8
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;
    }
}