zzr99
2021-11-25 e6a1a1f0e575dd4f3ee2cb9e6ce1bc9ed9ee61b3
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 ClsKf_AuxProductInBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HDeptID;
        public Int64 HSupID;
        public Int64 HEmpID;
        public Int64 HSCWHID;
        public Int64 HSecManagerID;
        public Int64 HWHID;
        public Int64 HManagerID;
        public Int64 HKeeperID;
        public string HAddress;
        public string HExplanation;
        public string HInnerBillNo;
        public bool HRedBlueFlag;
    }
}