//------------------------------------------------------------------------------ // // 이 코드는 템플릿에서 생성되었습니다. // // 이 파일을 수동으로 변경하면 응용 프로그램에서 예기치 않은 동작이 발생할 수 있습니다. // 이 파일을 수동으로 변경하면 코드가 다시 생성될 때 변경 내용을 덮어씁니다. // //------------------------------------------------------------------------------ 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 ETIME { get; set; } public Nullable 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 ANGLE { get; set; } public Nullable QTY { get; set; } public Nullable QTY0 { get; set; } public string VLOT { get; set; } public string VNAME { get; set; } public string MFGDATE { get; set; } public Nullable PRNATTACH { get; set; } public Nullable PRNVALID { get; set; } public string REMARK { get; set; } public System.DateTime wdate { get; set; } public string MC { get; set; } public Nullable GUID { get; set; } public Nullable ATIME { get; set; } public Nullable OPT { get; set; } public Nullable OPT_DATA { get; set; } public string PARTNO { get; set; } public string CUSTCODE { get; set; } public string BATCH { get; set; } public Nullable qtymax { get; set; } } }