zzr99
2021-12-07 e3e1403e466542d3a93dec272cb5f58e5572073e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_ProductInBillMain_CLD : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 FDCStockID;    //ÊÕ»õ²Ö¿â
        public Int64 FDeptID;       //½»»õµ¥Î»
        public Int64 FFManagerID;   //ÑéÊÕ
        public Int64 FSManagerID;   //±£¹Ü
        public Int64 HBillerID;//ÖÆµ¥'
        public Int64 FSelTranType;  //Ô´µ¥ÀàÐÍ
        public Int64 HGroupID;  //°à×é
        public bool HRedBlueFlag;
 
        public Int64 HEmpID; //ÒµÎñÔ±
        public Int64 HManagerID; //Ö÷¹Ü
        public string HExplanation; //ÕªÒª
        public string HInnerBillNo;//ÄÚ²¿µ¥¾ÝºÅ
        public Int64 HORGANIZATIONSID;
        public string HORGANIZATIONSNO;
        
    }
}