//------------------------------------------------------------------------------ // // 이 코드는 템플릿에서 생성되었습니다. // // 이 파일을 수동으로 변경하면 응용 프로그램에서 예기치 않은 동작이 발생할 수 있습니다. // 이 파일을 수동으로 변경하면 코드가 다시 생성될 때 변경 내용을 덮어씁니다. // //------------------------------------------------------------------------------ namespace Project { using System; using System.Collections.Generic; public partial class ProjectsPart { public int idx { get; set; } public Nullable no { get; set; } public Nullable Project { get; set; } public string ItemGroup { get; set; } public string ItemModel { get; set; } public string ItemUnit { get; set; } public string ItemName { get; set; } public string ItemSid { get; set; } public string ItemSupply { get; set; } public Nullable ItemSupplyidx { get; set; } public string ItemManu { get; set; } public Nullable Item { get; set; } public string option1 { get; set; } public string option2 { get; set; } public string option3 { get; set; } public Nullable qty { get; set; } public Nullable qtyn { get; set; } public Nullable price { get; set; } public Nullable amt { get; set; } public Nullable amtn { get; set; } public Nullable jago { get; set; } public string remark { get; set; } public string memo { get; set; } public string wuid { get; set; } public System.DateTime wdate { get; set; } public Nullable import { get; set; } public string qtyjago { get; set; } public Nullable qtybuy { get; set; } public Nullable qtyin { get; set; } public Nullable bbuy { get; set; } public Nullable bconfirm { get; set; } public Nullable bCancel { get; set; } public string reqUser { get; set; } public string recvUser { get; set; } public string recvDate { get; set; } } }