llj
2025-12-25 0a7beb214741d32d8ee7700a354ec5dfbe9ff29e
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
using DBUtility;
using System;
using System.Collections.Generic;
using System.Linq;
 
namespace Model
{
    public class ClsCg_OrderTransportBillSub_Money_Model : ClsGy_Base_Model
    {
        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; }
        public int? HSourceEntryID { get; set; }
        public string HSourceBillNo { get; set; }
        public string HSourceBillType { get; set; }
        public decimal? HRelationQty { get; set; }
        public decimal? HRelationMoney { get; set; }
        public int HItemSubID { get; set; }
        public int? HMoneysItemID { get; set; }
        public decimal? HMoneys { get; set; }
        public string HPic { get; set; }
        public DateTime? HLoadTime { get; set; }
    }
}