update modal
This commit is contained in:
		
							parent
							
								
									0ac7a1813e
								
							
						
					
					
						commit
						4aa8e9985c
					
				@ -38,6 +38,7 @@ namespace FrontendWebApi.Models
 | 
			
		||||
 | 
			
		||||
    public class OperationFindList
 | 
			
		||||
    {
 | 
			
		||||
        public int id { get; set; }
 | 
			
		||||
        public string serial_number { get; set; } //表单号
 | 
			
		||||
        public DateTime? start_created_at { get; set; }//开始建立时间
 | 
			
		||||
        public DateTime? end_created_at { get; set; }//结束建立时间
 | 
			
		||||
@ -50,9 +51,13 @@ namespace FrontendWebApi.Models
 | 
			
		||||
 | 
			
		||||
    public class BuildingList
 | 
			
		||||
    {
 | 
			
		||||
        public string device_area_tag { get; set; }
 | 
			
		||||
        public string device_building_tag { get; set; }
 | 
			
		||||
        public string device_floor_tag { get; set; }
 | 
			
		||||
        public string full_name { get; set; }
 | 
			
		||||
        public string area_name { get; set; }
 | 
			
		||||
        public string building_name { get; set; }
 | 
			
		||||
        public string main_system_tag { get; set; }//大类tag
 | 
			
		||||
        public string sub_system_tag { get; set; }//小类tag
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public class Operation_Record : Actor
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user