wtt
4 天以前 311ff7d5a864a1e966848412df6d7880804db491
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
27
28
29
30
31
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOA_ErrMsgBackSignBillMain : 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 HSignEmpID;    // Ç©µ½ÈË£¨Gy_Employee£©  
        public string HSignNote;   //     Ç©µ½È·ÈÏ  
        public DateTime HSignDate; // Ç©µ½Ê±¼ä£¨ÄêÔÂÈÕʱ·ÖÃ룩  
        public string HErrMsgBackBillNo;    //Òì³£·´À¡µ¥ºÅ
        public int HErrMsgBackInterID;  //Òì³£·´À¡µ¥Ö÷ÄÚÂë
        public int HErrMsgBackEntryID;  //Òì³£·´À¡µ¥×ÓÄÚÂë
    }
}