| 
									
										
										
										
											2025-06-04 23:40:57 +08:00
										 |  |  |  | using System; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace Model | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     /// <summary> | 
					
						
							|  |  |  |  |     /// 焊工数据 | 
					
						
							|  |  |  |  |     /// </summary> | 
					
						
							|  |  |  |  |     public class WelderOutput : BaseEntities | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public string  Id { get; set; } | 
					
						
							|  |  |  |  |         public string WEDCode { get; set; } | 
					
						
							|  |  |  |  |         public string WEDName { get; set; } | 
					
						
							| 
									
										
										
										
											2025-07-02 16:12:26 +08:00
										 |  |  |  |         public string WEDWorkCode { get; set; } | 
					
						
							| 
									
										
										
										
											2025-06-04 23:40:57 +08:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | } |