using System.Web.Mvc; using System.Collections.Generic; namespace SEIeSCM.Models.Dto.POPUP { public class POPUPDto : CommonDto { public string OP_POPPARAM { set; get; } public string OP_SELGB { set; get; } public string TX_SELSTR { set; get; } public string CD_SHOP { set; get; } public string NM_SHOP { set; get; } public string CD_CUST { set; get; } public string NM_CUST { set; get; } public string NM_CEO { set; get; } public string NO_BIZ { set; get; } public string CD_ITEMTYPE { set; get; } public string CD_SYSITEM { set; get; } public string CD_ITEM { set; get; } public string NM_ITEM { set; get; } public string TX_SPEC { set; get; } public string NM_UNIT { set; get; } public string NO_PMOR { set; get; } public string NO_PMORSUB { set; get; } public string NO_PMCR { set; get; } public string NO_PMCRSUB { set; get; } public string DT_COMP1 { set; get; } public string DT_COMP2 { set; get; } public string DT_REQDELI { set; get; } public string CD_VAT { set; get; } public string CD_FREETYPE { set; get; } public decimal UP_PRICE { set; get; } public decimal QT_ORDER { set; get; } public decimal QT_DELIVERY { set; get; } public decimal QT_KI { set; get; } public decimal QT_JAN { set; get; } public decimal QT_BOX { set; get; } public decimal QT_OUTBOX { set; get; } public decimal RT_SUN { set; get; } public byte[] FL_IMAGE { set; get; } public string gridrow { set; get; } public string TX_NOTE { set; get; } public string TX_SUN { set; get; } //이연행사수주 public string gubun { set; get; } public string FromDate { set; get; } public string ToDate { set; get; } public string MeNo { set; get; } public string EventName { set; get; } public string itemcode { set; get; } public string itemcode1 { set; get; } public string itemname { set; get; } public string spec { set; get; } public string sm_div { set; get; } public string unit { set; get; } public string DelDate { set; get; } public string CustCode { set; get; } public string CustName { set; get; } public string cu_sano { set; get; } public string cu_master { set; get; } public string typecode { set; get; } public string CUSTGB { set; get; } public SelectList CMB_CUSTGB { set; get; } // public string StoreCode { set; get; } public string StoreName { set; get; } public string KS_SABUN { set; get; } public string KS_NAME { set; get; } } }