zrg
2024-05-09 2a52411bca70c10b4a8fe08ce44c2b47ef8ecbf7
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_MouldEntrustOutBillMain: DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HSCWHID; 
        public Int64 HSupID;
        public Int64 HEmpID;
        public Int64 HMangerID;
        public Int64 HWHID;
        public Int64 HSecManagerID;
        public Int64 HKeeperID;
        public Int64 HDeptID;
        public string HExplanation;
        public string HInnerBillNo;
        public Int64 HMouldID;
    }
}