using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace CK.SCP.Models.ScpEntity { public partial class V_TB_MPO_DETAIL { [Key] [DatabaseGenerated(DatabaseGeneratedOption.Identity)] public long UID { get; set; } [DisplayName("땐데뵀")] public string PurdocNO { get; set; } [DisplayName("�헝데뵀")] public string PurchaseReqNO { get; set; } [DisplayName("�헝훙")] public string ProposerDesc { get; set; } [DisplayName("膠죕뵀")] public string MtlNO { get; set; } public string ApprovalStatus { get; set; } [DisplayName("뎠품횅훰榴檄")] public int AcceptStatus { get; set; } [DisplayName("OA�툽榴檄")] public string OASTATUS { get; set; } [DisplayName("膠죕췄甘")] public string Shorttext { get; set; } [DisplayName("謹뵀방목")] public string SizeCol { get; set; } [DisplayName("꼼죕탬뵀")] public string Matbrand { get; set; } [DisplayName("데貫")] public string Unitdes { get; set; } [DisplayName("鑒좆")] public decimal Quantity { get; set; } [DisplayName("송목")] public decimal PRICE { get; set; } [DisplayName("쏜띨")] public decimal NetValue { get; set; } [DisplayName("꽃뭔斤口")] public string PurinfoReCord { get; set; } [DisplayName("狼헹돕새휑퍅")] public DateTime ItemDeliveryDate { get; set; } [DisplayName("옰커")] public string Glaccnum { get; set; } [DisplayName("榴檄")] public string Ctype { get; set; } [DisplayName("냥굶櫓懃")] public string CostCenterDes { get; set; } [DisplayName("닸뇨뒈듐")] public string StoreLocation { get; set; } public string State_DESC { get; set; } public string CType_DESC { get; set; } [NotMapped] public List<string> purdocnolist { get; set; } public string PURDOCITEMNO { get; set; } public string Remake { get; set; } } }