using System.Web.Mvc; using System.Collections.Generic; namespace SEIeSCM.Models.Dto.SCMNT { public class SCMNTDto : CommonDto { public string CD_CUST { set; get; } public string NM_CUST { 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 int GB { set; get; } public string GBNM { set; get; } public string DT_KJDATE { set; get; } public decimal QT_STOCK { set; get; } public decimal QT_TMP1 { set; get; } public decimal QT_TMP2 { set; get; } public decimal QT_TMP3 { set; get; } public decimal QT_TMP4 { set; get; } public decimal QT_TMP5 { set; get; } public decimal QT_TMP6 { set; get; } public decimal QT_TMP7 { set; get; } public decimal QT_TMP8 { set; get; } public decimal QT_TMP9 { set; get; } public decimal QT_TMP10 { set; get; } public decimal QT_TMP11 { set; get; } public decimal QT_TMP12 { set; get; } public decimal QT_TMP13 { set; get; } public decimal QT_TMP14 { set; get; } public decimal QT_TMP15 { set; get; } public decimal QT_TMP16 { set; get; } public decimal QT_TMP17 { set; get; } public decimal QT_TMP18 { set; get; } public decimal QT_TMP19 { set; get; } public decimal QT_TMP20 { set; get; } //Dy public string FR_DATE { set; get; } public string TO_DATE { set; get; } public SelectList GB_NoticeList { set; get; } //공지구분 public SelectList CK_NoticeList { set; get; } //공개구분 public string CD_BSPL { set; get; } public string NO_WRITE { set; get; } public int GB_NOTICE { set; get; } public int CK_NOTICE { set; get; } public string TX_TITLE { set; get; } public string TX_CONTENT { set; get; } public string NM_USER { set; get; } public string DT_WRITE { set; get; } public string DT_WRITE_F { set; get; } public string DT_WRITE_T { set; get; } public string GB_USER { set; get; } public string CD_WRITER { set; get; } public string NM_WRITER { set; get; } //이연 선물세트수주등록 public string gubun { set; get; } public string STATE { set; get; } public string KS_SABUN { set; get; } public string KS_NAME { set; get; } public string KS_ID { set; get; } public string KS_PASSWD { set; get; } public string StoreCode { set; get; } public string StoreName { set; get; } } }