| 
						
						
							
								
							
						
						
					 | 
					@ -9,19 +9,19 @@ import ( | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						"time" | 
					 | 
					 | 
						"time" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					) | 
					 | 
					 | 
					) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					type mStation struct { | 
					 | 
					 | 
					//type mStation struct {
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Name        string | 
					 | 
					 | 
					//	Name        string
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Id          int | 
					 | 
					 | 
					//	Id          int
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Structure   Structure | 
					 | 
					 | 
					//	Structure   Structure
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Factor      Factor | 
					 | 
					 | 
					//	Factor      Factor
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						ManualData  bool `json:"manual_data"` | 
					 | 
					 | 
					//	ManualData  bool `json:"manual_data"`
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Params      map[string]any | 
					 | 
					 | 
					//	Params      map[string]any
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Group       StationGroup | 
					 | 
					 | 
					//	Group       StationGroup
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						DeviceProto DeviceProto | 
					 | 
					 | 
					//	DeviceProto DeviceProto
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						CorrGroups  []StationGroup //关联的分组(沉降级联)
 | 
					 | 
					 | 
					//	CorrGroups  []StationGroup //关联的分组(沉降级联)
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						Labels      string | 
					 | 
					 | 
					//	Labels      string
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
						//CombineInfo // 测点数据组装信息
 | 
					 | 
					 | 
					//	//CombineInfo // 测点数据组装信息
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					} | 
					 | 
					 | 
					//}
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					// Station 测点模型 = 基本信息 + 数据 + 阈值
 | 
					 | 
					 | 
					// Station 测点模型 = 基本信息 + 数据 + 阈值
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					type Station struct { | 
					 | 
					 | 
					type Station struct { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |