45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     이 코드는 템플릿에서 생성되었습니다.
 | |
| //
 | |
| //     이 파일을 수동으로 변경하면 응용 프로그램에서 예기치 않은 동작이 발생할 수 있습니다.
 | |
| //     이 파일을 수동으로 변경하면 코드가 다시 생성될 때 변경 내용을 덮어씁니다.
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| namespace Project
 | |
| {
 | |
|     using System;
 | |
|     using System.Collections.Generic;
 | |
|     
 | |
|     public partial class Component_Reel_Result
 | |
|     {
 | |
|         public int idx { get; set; }
 | |
|         public System.DateTime STIME { get; set; }
 | |
|         public Nullable<System.DateTime> ETIME { get; set; }
 | |
|         public Nullable<System.DateTime> PTIME { get; set; }
 | |
|         public string PDATE { get; set; }
 | |
|         public string JTYPE { get; set; }
 | |
|         public string JGUID { get; set; }
 | |
|         public string SID { get; set; }
 | |
|         public string SID0 { get; set; }
 | |
|         public string RID { get; set; }
 | |
|         public string RID0 { get; set; }
 | |
|         public string RSN { get; set; }
 | |
|         public string QR { get; set; }
 | |
|         public string ZPL { get; set; }
 | |
|         public string POS { get; set; }
 | |
|         public string LOC { get; set; }
 | |
|         public Nullable<double> ANGLE { get; set; }
 | |
|         public Nullable<int> QTY { get; set; }
 | |
|         public Nullable<int> QTY0 { get; set; }
 | |
|         public string VLOT { get; set; }
 | |
|         public string VNAME { get; set; }
 | |
|         public string MFGDATE { get; set; }
 | |
|         public Nullable<bool> PRNATTACH { get; set; }
 | |
|         public Nullable<bool> PRNVALID { get; set; }
 | |
|         public string REMARK { get; set; }
 | |
|         public System.DateTime wdate { get; set; }
 | |
|     }
 | |
| }
 | 
