1
陈雯静
2024-04-10 5958825c5454df6346dd6e7fbf9af8799262aab4
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
32
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOA_ErrMsgBackHandleBillMain : 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 HHandleEmpID;    // ´¦ÀíÈË£¨Gy_Employee£©  
        public string HHandleNote;   //     ´¦ÀíÄÚÈÝ
        public string HHandleResult;   //     ´¦Àí½á¹û£¨´¦ÀíÍê³É£¬Î´´¦Àí£¬ÎÞ·¨´¦Àí£©  
        public DateTime HHandleDate; // ´¦ÀíÍê³Éʱ¼ä£¨ÄêÔÂÈÕʱ·ÖÃ룩  
        public string HErrMsgBackBillNo;    //Òì³£·´À¡µ¥ºÅ
        public int HErrMsgBackInterID;  //Òì³£·´À¡µ¥Ö÷ÄÚÂë
        public int HErrMsgBackEntryID;  //Òì³£·´À¡µ¥×ÓÄÚÂë
    }
}