using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsCrm_CusAppealDisposeBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HMangerID; //--Ö÷¹Ü
|
public string HLev; // varchar(10) ½ô¼±³Ì¶È£¨·Ç³£½ô¼±£¬½ô¼±£¬ÆÕͨ£©
|
public double HUseTime; //money Ô¤¼Æ»¨·Ñʱ¼ä(·ÖÖÓ)
|
public string HWorkedProc; // varchar(500) ´¦Àí¹ý³Ì
|
public Int64 HMaterID; // int --ͶËß²úÆ·£¨h_v_IF_Material£©
|
public Int64 HUnitID; // int --µ¥Î»£¨h_v_IF_Unit£©
|
public double HQty; // dec(18,8) --ÊýÁ¿
|
public double HPrice; // dec(18,8) --µ¥¼Û
|
public double HMoney; // dec(18,8) --½ð¶î
|
public string HBatchNo; // varchar(50) --Åú´Î
|
public string HWorkedResult; // varchar(10) ´¦Àí½á¹û£¨Î´´¦Àí£¬´¦ÀíÖУ¬´¦ÀíÍê³É£©
|
public string HBackType; // ÍË»õÀàÐÍ varchar(50)£¨ÍË»õ£¬»»»õ£©
|
public Int64 HCusID; // int --¿Í»§
|
public string HBackReason; // varchar(50) --ÍË»õÔÒò
|
public DateTime HQCResultDate;// datetime ÒªÇóÆ·ÖÊ´¦Àíʱ¼ä
|
//
|
public Int64 HSourceInterID; //Ô´µ¥Ö÷ID
|
public Int64 HSourceEntryID; //Ô´µ¥×ÓID
|
public string HSourceBillNo; //Ô´µ¥µ¥ºÅ
|
public string HSourceBillType; //Ô´µ¥ÀàÐÍ
|
|
}
|
}
|