71 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			C#
		
	
	
	
using System;
 | 
						|
using System.Collections.Generic;
 | 
						|
using System.Linq;
 | 
						|
using System.Text;
 | 
						|
using System.Threading.Tasks;
 | 
						|
 | 
						|
namespace Model
 | 
						|
{
 | 
						|
    public class HSSELogItem
 | 
						|
    {
 | 
						|
        public string HSSELogId { get; set; }
 | 
						|
 | 
						|
        public string ProjectId { get; set; }
 | 
						|
        public string CompileDate { get; set; }
 | 
						|
        public string CompileMan { get; set; }
 | 
						|
        public string Weather { get; set; }
 | 
						|
        public bool? IsVisible { get; set; }
 | 
						|
        public string CompileManName { get; set; }
 | 
						|
        public string WeatherName { get; set; }
 | 
						|
 | 
						|
        public int? Num11 { get; set; }
 | 
						|
 | 
						|
      
 | 
						|
 | 
						|
        public string Contents12 { get; set; }
 | 
						|
        public string Contents13 { get; set; }
 | 
						|
        public string Contents21 { get; set; }
 | 
						|
 | 
						|
        public int? Num21 { get; set; }
 | 
						|
        public string Contents22 { get; set; }
 | 
						|
 | 
						|
        public int? Num22 { get; set; }
 | 
						|
        public string Contents23 { get; set; }
 | 
						|
        public int? Num23 { get; set; }
 | 
						|
        public string Contents24 { get; set; }
 | 
						|
        public int? Num24 { get; set; }
 | 
						|
        public string Contents210 { get; set; }
 | 
						|
        public int? Num210 { get; set; }
 | 
						|
        public int? Num211 { get; set; }
 | 
						|
        public string Contents31 { get; set; }
 | 
						|
        public int? Num31 { get; set; }
 | 
						|
        public string Contents32 { get; set; }
 | 
						|
        public int? Num32 { get; set; }
 | 
						|
        public string Contents41 { get; set; }
 | 
						|
        public string Contents42 { get; set; }
 | 
						|
 | 
						|
        #region 添加修改时字段
 | 
						|
        public string Content1 { get; set; }
 | 
						|
        public string Content2 { get; set; }
 | 
						|
        public string Content3 { get; set; }
 | 
						|
        public string Content4 { get; set; }
 | 
						|
        public string Content5 { get; set; }
 | 
						|
        public string Content6 { get; set; }
 | 
						|
        public string Content7 { get; set; }
 | 
						|
        public string Content8 { get; set; }
 | 
						|
        public string Content9 { get; set; }
 | 
						|
        public string Content10 { get; set; }
 | 
						|
        public string Content11 { get; set; }
 | 
						|
        public string Content12 { get; set; }
 | 
						|
        public string Content13 { get; set; }
 | 
						|
        public string Content14 { get; set; }
 | 
						|
        public string Content15 { get; set; }
 | 
						|
        public string Content16 { get; set; }
 | 
						|
        public string Content17 { get; set; }
 | 
						|
        public string Content18 { get; set; }
 | 
						|
        public string Content19 { get; set; }
 | 
						|
        public string Content20 { get; set; }
 | 
						|
        #endregion
 | 
						|
    }
 | 
						|
}
 |