zrg
2025-04-09 151054995f784e4061ac8b7e29c8f5b52c274f62
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
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 ;  // ´¦Àí½¨Òé  
    }
}