1
wangyi
2026-01-27 d0191bf7ec69d670597a577d5f60857997bface3
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsWL_YayBillMainBillSub : DBUtility.ClsXt_BaseBillMain
    {
        // ¹ØÁªÖ÷±í
        public int HInterID { get; set; }                      // Ö÷ÄÚÂë
        public string HBillNo_bak { get; set; }                // µ¥¾ÝºÅ£¨±¸·Ý£©
 
        // ×Ó±íÐÅÏ¢
        public int HEntryID { get; set; }                      // ×ÓÄÚÂë
 
        // ÐйرÕÏà¹Ø
        public string HCloseMan { get; set; }                  // ÐйرÕÈË
        public DateTime HEntryCloseDate { get; set; }          // ÐйرÕÈÕÆÚ
        public bool HCloseType { get; set; }                   // ¹Ø±ÕÀàÐÍ
 
        // ±¸×¢
        public string HRemark { get; set; }                    // ±íÌ屸ע
 
        // Ô´µ¥ÐÅÏ¢
        public int HSourceInterID { get; set; }                // Ô´µ¥ID
        public int HSourceEntryID { get; set; }                // Ô´µ¥×ÓID
        public string HSourceBillNo { get; set; }              // Ô´µ¥µ¥ºÅ
        public string HSourceBillType { get; set; }            // Ô´µ¥ÀàÐÍ
        public string HScatteredVolume { get; set; }            // Ô´µ¥ÀàÐÍ
        public decimal HRelationQty { get; set; }              // ¹ØÁªÊýÁ¿
        public decimal HRelationMoney { get; set; }            // ¹ØÁª½ð¶î
 
        // ×ÔÔöÁÐ
        public int HItemSubID { get; set; }                    // ×ÔÔöÁÐ
 
        ///×Ô¶¨Òå
        public int HMaterID { get; set; }
        public int HUnitID { get; set; }
        public int HMouldID { get; set; }
        public decimal HMouldLength { get; set; }
        public decimal HMouldHeight { get; set; }
        public decimal HMouldWidth { get; set; }
        public decimal HMouldFoldHeight { get; set; }
        public decimal HVolume { get; set; }
        public decimal HQty { get; set; }
        public decimal HSNP { get; set; }
        public decimal HMouldQty { get; set; }
    }
}