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;
|
|
}
|
}
|