using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsOA_ErrMsgBackReceiveBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public int HDeptID ; // ·¢ËͲ¿ÃÅ(Gy_Department)
|
public int HReceiveID ; // ½ÓÊÕ²¿ÃÅ(Gy_Department)
|
public string HSendMan ; // ·¢ËÍÈË£¨gy_czygl£©(¹¦Äܸú Òì³£·´À¡µ¥ Ò»ÖÂ)
|
public string HReceiveMan ; // ½ÓÊÕÈË£¨gy_czygl£©(¹¦Äܸú Òì³£·´À¡µ¥ Ò»ÖÂ)
|
public string HCopyMan ; // ³ËÍ£¨gy_czygl£©(¹¦Äܸú Òì³£·´À¡µ¥ Ò»ÖÂ)
|
public string HLevel ; // ½ô¼±³Ì¶È£¨ÆÕͨ£¬½ô¼±£©
|
public int HErrMsgBackTypeID ; // Òì³£ÀàÐÍ£¨Gy_ErrMsgBackType£©
|
public string HContext ; // Ö÷Ìâ
|
public string HDescription ; // ÄÚÈÝ
|
public string HBillTypeName ; // µ¥¾ÝÀàÐÍ
|
public string HPlanBillNo ; // µ¥¾ÝºÅÂë
|
public string HMaterName ; // ²úÆ·Ãû³Æ
|
public string HMaterModel ; // ¹æ¸ñÐͺÅ
|
public int HEquipID ; // Ïà¹ØÉ豸£¨Gy_EquipFileBillMain£©
|
public int HMouldID ; // Ïà¹ØÄ£Öξߣ¨Gy_MouldFileMain£©
|
public int HRelationEmpID ; // ¹ØÁªÈË£¨Gy_Employee£©
|
public string HReceiveNote ; // ½ÓÊÕÈ·ÈÏ
|
public DateTime HReceiveDate ; // ½ÓÊÕÈ·ÈÏʱ¼ä£¨ÄêÔÂÈÕʱ·ÖÃ룩
|
public int HHandleEmpID ; // Ö¸ÅÉ´¦ÀíÈË£¨Gy_Employee£©
|
public string HHandleAdvise ; // ´¦Àí½¨Òé
|
}
|
}
|