using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Linq; 
 | 
using System.Web; 
 | 
  
 | 
namespace WebAPI.Models 
 | 
{ 
 | 
    public class Xt_DataDictionary_Table 
 | 
    { 
 | 
        public long HItemID { get; set; } 
 | 
        public long HModNameID { get; set; } 
 | 
        public long HBillTypeID { get; set; } 
 | 
        public string HTableName { get; set; } 
 | 
  
 | 
        public string HTableCaption { get; set; } 
 | 
  
 | 
        public string HFieldName { get; set; } 
 | 
  
 | 
        public string HFieldCaption { get; set; } 
 | 
  
 | 
        public string HDataType { get; set; } 
 | 
  
 | 
        public string HDefaultValue { get; set; } 
 | 
  
 | 
        public string HRemark { get; set; } 
 | 
        public bool HStopflag { get; set; } 
 | 
  
 | 
        public DateTime HMakeTime { get; set; } 
 | 
  
 | 
        public string HMakeEmp { get; set; } 
 | 
        public DateTime HModifyTime { get; set; } 
 | 
  
 | 
        public string HModifyEmp { get; set; } 
 | 
        public DateTime HStopTime { get; set; } 
 | 
  
 | 
        public string HStopEmp { get; set; } 
 | 
  
 | 
       
 | 
  
 | 
  
 | 
    } 
 | 
} 
 |