55 lines
2.3 KiB
C#
55 lines
2.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 이 코드는 템플릿에서 생성되었습니다.
|
|
//
|
|
// 이 파일을 수동으로 변경하면 응용 프로그램에서 예기치 않은 동작이 발생할 수 있습니다.
|
|
// 이 파일을 수동으로 변경하면 코드가 다시 생성될 때 변경 내용을 덮어씁니다.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Project
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class ProjectsPart
|
|
{
|
|
public int idx { get; set; }
|
|
public Nullable<int> no { get; set; }
|
|
public Nullable<int> 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<int> ItemSupplyidx { get; set; }
|
|
public string ItemManu { get; set; }
|
|
public Nullable<int> Item { get; set; }
|
|
public string option1 { get; set; }
|
|
public string option2 { get; set; }
|
|
public string option3 { get; set; }
|
|
public Nullable<int> qty { get; set; }
|
|
public Nullable<int> qtyn { get; set; }
|
|
public Nullable<decimal> price { get; set; }
|
|
public Nullable<decimal> amt { get; set; }
|
|
public Nullable<decimal> amtn { get; set; }
|
|
public Nullable<int> 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<bool> import { get; set; }
|
|
public string qtyjago { get; set; }
|
|
public Nullable<int> qtybuy { get; set; }
|
|
public Nullable<int> qtyin { get; set; }
|
|
public Nullable<bool> bbuy { get; set; }
|
|
public Nullable<bool> bconfirm { get; set; }
|
|
public Nullable<bool> bCancel { get; set; }
|
|
public string reqUser { get; set; }
|
|
public string recvUser { get; set; }
|
|
public string recvDate { get; set; }
|
|
public Nullable<decimal> priceD { get; set; }
|
|
}
|
|
}
|