| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.Sale.Common.TbColumnDefine
- {
- public class TbColumnDefine
- {
-
- public static class SLM_BASE_CUSTOMER
- {
- public static string CUSTOMER_NO = "CUSTOMER_NO";
- public static string CUSTOMER_NM = "CUSTOMER_NM";
- public static string FORECORPCODE = "FORECORPCODE";
- public static string FORECORPNAME = "FORECORPNAME";
- public static string SALE_ORG = "SALE_ORG";
- public static string BIGAREA = "BIGAREA";
- public static string REGION_NO = "REGION_NO";
- public static string REGION_NM = "REGION_NM";
- public static string CUSTM_LVL = "CUSTM_LVL";
- public static string MARKET_SYS = "MARKET_SYS";
- public static string ABRVITION = "ABRVITION";
- public static string ORG = "ORG";
- public static string PY = "PY";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_BASE_CUSTM_UNIT
- {
- public static string CUSTOMER_NO = "CUSTOMER_NO";
- public static string CUST_SEQ = "CUST_SEQ";
- public static string FORECORPCODE = "FORECORPCODE";
- public static string FORECORPNAME = "FORECORPNAME";
- public static string SALE_ORG = "SALE_ORG";
- public static string CUSTM_USE = "CUSTM_USE";
- public static string CHN_FL = "CHN_FL";
- public static string CUSTM_CTGRY = "CUSTM_CTGRY";
- public static string CUSTM_PRPTY = "CUSTM_PRPTY";
- public static string CUSTM_LVL = "CUSTM_LVL";
- public static string LEGAL_PSN = "LEGAL_PSN";
- public static string AGENT = "AGENT";
- public static string ADDRESS = "ADDRESS";
- public static string BIGAREA = "BIGAREA";
- public static string REGION_NO = "REGION_NO";
- public static string REGION_NM = "REGION_NM";
- public static string ZIP_CODE = "ZIP_CODE";
- public static string BANK = "BANK";
- public static string ACCOUNT = "ACCOUNT";
- public static string TAX_ID = "TAX_ID";
- public static string PHONE = "PHONE";
- public static string SALECARD = "SALECARD";
- public static string FAX = "FAX";
- public static string CUSTM_DATA = "CUSTM_DATA";
- public static string MEMO = "MEMO";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_BASE_CUSTM_FREIGHT
- {
- public static string FREIGHT_NO = "FREIGHT_NO";
- public static string CUSTOMER_NO = "CUSTOMER_NO";
- public static string SALE_ORG = "SALE_ORG";
- public static string ADDRESS = "ADDRESS";
- public static string REGION_NO = "REGION_NO";
- public static string STATION_NO = "STATION_NO";
- public static string STATION_NM = "STATION_NM";
- public static string SPCL_LN_NO = "SPCL_LN_NO";
- public static string TRANS_TYP = "TRANS_TYP";
- public static string ISOWNEDCAR = "ISOWNEDCAR";
- public static string ISSHIPPING = "ISSHIPPING";
- public static string INCERPTCODE = "INCERPTCODE";
- public static string LOADDOCK = "LOADDOCK";
- public static string UNLOADDOCK = "UNLOADDOCK";
- public static string SHIP_DESTINATION = "SHIP_DESTINATION";
- public static string MEMO = "MEMO";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- public static string FORECORPCODE = "FORECORPCODE";
- public static string FORECORPNAME = "FORECORPNAME";
- }
- public static class SLM_BASE_FORECORPINFO
- {
- public static string FORECORPCODE = "FORECORPCODE";
- public static string FORECORPNAME = "FORECORPNAME";
- public static string PRINCIPAL = "PRINCIPAL";
- public static string ADDRESS = "ADDRESS";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string FORE_TP = "FORE_TP";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_BASE_STATION
- {
- public static string STATION_NO = "STATION_NO";
- public static string STATION_NM = "STATION_NM";
- public static string REGION_NO = "REGION_NO";
- public static string TRANSFEE = "TRANSFEE";
- public static string CARTYPE = "CARTYPE";
- public static string KILOMETERS = "KILOMETERS";
- public static string PRAILWAYADMIN = "PRAILWAYADMIN";
- public static string TELEGRAPHCODE = "TELEGRAPHCODE";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string GODIRECTCODE = "GODIRECTCODE";
- public static string LOADDOCK = "LOADDOCK";
- public static string UNLOADDOCK = "UNLOADDOCK";
- public static string SERVICECHARGE = "SERVICECHARGE";
- public static string W_TRAN_LINE = "W_TRAN_LINE";
- public static string C_TRAN_LINE = "C_TRAN_LINE";
- public static string ACCEPT_PERSON = "ACCEPT_PERSON";
- public static string OWNED_CITY = "OWNED_CITY";
- public static string REMARK = "REMARK";
- public static string PERCODE = "PERCODE";
- public static string TELCODE = "TELCODE";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_BASE_REGION
- {
- public static string REGION_NO = "REGION_NO";
- public static string REGION_NM = "REGION_NM";
- public static string P_REGION_NO = "P_REGION_NO";
- public static string REGION_TYPE = "REGION_TYPE";
- public static string CAPITAL_FL = "CAPITAL_FL";
- public static string PR_CAPITAL_FL = "PR_CAPITAL_FL";
- public static string REGION_SEQ = "REGION_SEQ";
- public static string FL = "FL";
- public static string REG_ID = "REG_ID";
- public static string REG_DTIME = "REG_DTIME";
- public static string MOD_ID = "MOD_ID";
- public static string MOD_DTIME = "MOD_DTIME";
- }
- public static class SLM_BASE_REGION_T
- {
- public static string REGION_LVL_NO = "REGION_LVL_NO";
- public static string REGION_LVL_NM = "REGION_LVL_NM";
- public static string REGION_TYPE_NO = "REGION_TYPE_NO";
- public static string REGION_TYPE_NM = "REGION_TYPE_NM";
- public static string MEMO = "MEMO";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_BASE_REGION_TPE
- {
- public static string REGION_LVL_NO = "REGION_LVL_NO";
- public static string REGION_LVL_NM = "REGION_LVL_NM";
- public static string REGION_TYPE_NO = "REGION_TYPE_NO";
- public static string REGION_TYPE_NM = "REGION_TYPE_NM";
- public static string FL = "FL";
- public static string REG_ID = "REG_ID";
- public static string REG_DTIME = "REG_DTIME";
- public static string MOD_ID = "MOD_ID";
- public static string MOD_DTIME = "MOD_DTIME";
- }
- public static class SLM_ORDER_HEAD
- {
- public static string ORDER_NO = "ORDER_NO";
- public static string FORECORPCODE = "FORECORPCODE";
- public static string FORECORPNAME = "FORECORPNAME";
- public static string CUSTM_ORDER_NO = "CUSTM_ORDER_NO";
- public static string ORDER_TYP = "ORDER_TYP";
- public static string ORDER_TYP_DESC = "ORDER_TYP_DESC";
- public static string PROTCL_NO = "PROTCL_NO";
- public static string CUSTOMER_NO = "CUSTOMER_NO";
- public static string CUSTOMER_NM = "CUSTOMER_NM";
- public static string MARKET_SYS = "MARKET_SYS";
- public static string MARKET_SYS_DESC = "MARKET_SYS_DESC";
- public static string ABRVITION = "ABRVITION";
- public static string SUPPLY_UNIT = "SUPPLY_UNIT";
- public static string PRICE_FL = "PRICE_FL";
- public static string CURRENCY = "CURRENCY";
- public static string MNY_ASK_TYP = "MNY_ASK_TYP";
- public static string ADVANCEMONEY = "ADVANCEMONEY";
- public static string ADVANCESCALE = "ADVANCESCALE";
- public static string STLMT_UNIT_NO = "STLMT_UNIT_NO";
- public static string STLMT_UNIT_NM = "STLMT_UNIT_NM";
- public static string FST_DRAWEE_UNIT = "FST_DRAWEE_UNIT";
- public static string LEGAL_PSN = "LEGAL_PSN";
- public static string AGENT = "AGENT";
- public static string ADDRESS = "ADDRESS";
- public static string ZIP_CODE = "ZIP_CODE";
- public static string BANK = "BANK";
- public static string ACCOUNT = "ACCOUNT";
- public static string TAX_ID = "TAX_ID";
- public static string PHONE = "PHONE";
- public static string FAX = "FAX";
- public static string ORDER_WGT = "ORDER_WGT";
- public static string ORDER_MNY_TAX = "ORDER_MNY_TAX";
- public static string ORDER_MNY_NTAX = "ORDER_MNY_NTAX";
- public static string ISIMPORTORDER = "ISIMPORTORDER";
- public static string ISDEV = "ISDEV";
- public static string MNY_ASK_DESC = "MNY_ASK_DESC";
- public static string SIGN_PERSON = "SIGN_PERSON";
- public static string SIGN_DATE = "SIGN_DATE";
- public static string SIGN_ADDRESS = "SIGN_ADDRESS";
- public static string ORDER_YEAR = "ORDER_YEAR";
- public static string ORDER_BDATE = "ORDER_BDATE";
- public static string ORDER_EDATE = "ORDER_EDATE";
- public static string ORDER_SCAN_NO = "ORDER_SCAN_NO";
- public static string CUSTOMER_MODEL_FL = "CUSTOMER_MODEL_FL";
- public static string ORDER_MODEL_NO = "ORDER_MODEL_NO";
- public static string ORDER_MODEL_DESC = "ORDER_MODEL_DESC";
- public static string SALE_ORG = "SALE_ORG";
- public static string SALE_ORG_DESC = "SALE_ORG_DESC";
- public static string SALE_AREA_NO = "SALE_AREA_NO";
- public static string SALE_AREA_DESC = "SALE_AREA_DESC";
- public static string MEMO = "MEMO";
- public static string ORDER_STS = "ORDER_STS";
- public static string ORDER_STS_DESC = "ORDER_STS_DESC";
- public static string APPROVAL_MAN = "APPROVAL_MAN";
- public static string APPROVAL_TIME = "APPROVAL_TIME";
- public static string EFFECT_MAN = "EFFECT_MAN";
- public static string EFFECT_TIME = "EFFECT_TIME";
- public static string CLOSE_MAN = "CLOSE_MAN";
- public static string CLOSE_TIME = "CLOSE_TIME";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_DEPT = "CREATE_DEPT";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_ORDER_LINE
- {
- public static string ORDER_NO = "ORDER_NO";
- public static string ORDER_SEQ = "ORDER_SEQ";
- public static string HEIGHT = "HEIGHT";
- public static string WIDTH = "WIDTH";
- public static string LENGTH = "LENGTH";
- public static string FIXSIZE = "FIXSIZE";
- public static string LEN_MIN = "LEN_MIN";
- public static string LEN_MAX = "LEN_MAX";
- public static string WIDTH_MIN = "WIDTH_MIN";
- public static string WIDTH_MAX = "WIDTH_MAX";
- public static string SENDSTATUS = "SENDSTATUS";
- public static string ORDER_UNIT = "ORDER_UNIT";
- public static string ORDER_QTY = "ORDER_QTY";
- public static string WEIGHT = "WEIGHT";
- public static string DELVRY_RANGE_TPE = "DELVRY_RANGE_TPE";
- public static string DELVRY_RANGE_MIN = "DELVRY_RANGE_MIN";
- public static string DELVRY_RANGE_MAX = "DELVRY_RANGE_MAX";
- public static string ISWELDED_HEAT = "ISWELDED_HEAT";
- public static string NUCLEARSTEEL = "NUCLEARSTEEL";
- public static string KHIC = "KHIC";
- public static string ISPOSTER = "ISPOSTER";
- public static string FINAL_USER = "FINAL_USER";
- public static string FINAL_USER_DESC = "FINAL_USER_DESC";
- public static string DELVRY_DATE = "DELVRY_DATE";
- public static string DELVRY_BDATE = "DELVRY_BDATE";
- public static string DELVRY_EDATE = "DELVRY_EDATE";
- public static string DELVRY_DESC = "DELVRY_DESC";
- public static string TRANS_DESC = "TRANS_DESC";
- public static string ADD_ASK_NO = "ADD_ASK_NO";
- public static string ORDER_ADD_DESC = "ORDER_ADD_DESC";
- public static string ORDER_SPECIAL_FL = "ORDER_SPECIAL_FL";
- public static string ORDER_SPECIAL_HEAD = "ORDER_SPECIAL_HEAD";
- public static string ORDER_SPECIAL_PATH = "ORDER_SPECIAL_PATH";
- public static string ORDER_SPECIAL_DESC = "ORDER_SPECIAL_DESC";
- public static string ZBS = "ZBS";
- public static string ORDER_PRICE = "ORDER_PRICE";
- public static string TRANS_PRICE = "TRANS_PRICE";
- public static string TEST_ID = "TEST_ID";
- public static string TEST_PRICE = "TEST_PRICE";
- public static string OUT_PRICE = "OUT_PRICE";
- public static string BALNCE_PRICE = "BALNCE_PRICE";
- public static string ORDER_LN_STATUS = "ORDER_LN_STATUS";
- public static string REVIEW_STATUS = "REVIEW_STATUS";
- public static string REVIEW_MSG = "REVIEW_MSG";
- public static string REVIEW_DATE = "REVIEW_DATE";
- public static string REVIEW_ENTRYDATE = "REVIEW_ENTRYDATE";
- public static string MEMO = "MEMO";
- public static string PRI = "PRI";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_ORDER_PROD
- {
- public static string ORDER_NO = "ORDER_NO";
- public static string ORDER_SEQ = "ORDER_SEQ";
- public static string PROD_LINE = "PROD_LINE";
- public static string SPEC_ABBSYM = "SPEC_ABBSYM";
- public static string STEEL_CODE = "STEEL_CODE";
- public static string USED_CD = "USED_CD";
- public static string PRDNM_CD = "PRDNM_CD";
- public static string ISALPHA = "ISALPHA";
- public static string CUST_ALPHA_NO = "CUST_ALPHA_NO";
- public static string QUALITY_DESIGH_RESULT = "QUALITY_DESIGH_RESULT";
- public static string QUALITY_DESIGH_ERRMSG = "QUALITY_DESIGH_ERRMSG";
- public static string QUALITY_DESIGH_NAME = "QUALITY_DESIGH_NAME";
- public static string QUALITY_DESIGH_DATE = "QUALITY_DESIGH_DATE";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_ORDER_DELIVERY_TRANSIT
- {
-
- public static string ORDER_NO = "ORDER_NO";
- public static string ORDER_SEQ = "ORDER_SEQ";
- public static string INDEX_SEQ = "INDEX_SEQ";
- public static string AGENCY_FL = "AGENCY_FL";
- public static string LV_FACTY_TYP = "LV_FACTY_TYP";
- public static string TRANSIT_TYP = "TRANSIT_TYP";
- public static string REGION_NO = "REGION_NO";
- public static string DESTINATION = "DESTINATION";
- public static string STATION_NO = "STATION_NO";
- public static string STATION_NM = "STATION_NM";
- public static string SPCL_LN_NO = "SPCL_LN_NO";
- public static string SPCL_LN_NM = "SPCL_LN_NM";
- public static string ISOWNEDCAR = "ISOWNEDCAR";
- public static string ISSHIPPING = "ISSHIPPING";
- public static string PORT_NO = "PORT_NO";
- public static string PORT_DESC = "PORT_DESC";
- public static string CARRIER_UNIT = "CARRIER_UNIT";
- public static string INCEPTCORPCODE = "INCEPTCORPCODE";
- public static string REINCEPTCORP = "REINCEPTCORP";
- public static string RECEIVOR = "RECEIVOR";
- public static string TRANSIT_LN_MNY = "TRANSIT_LN_MNY";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- public static class SLM_OBJCT_SVC
- {
- public static string OBJCT_NO = "OBJCT_NO";
- public static string BUYERCODE = "BUYERCODE";
- public static string INCEPTCORPCODE = "INCEPTCORPCODE";
- public static string FORECORPCODE = "FORECORPCODE";
- public static string CPLT_DTIME = "CPLT_DTIME";
- public static string CPLT_TYPE = "CPLT_TYPE";
- public static string CNTCT_ID = "CNTCT_ID";
- public static string CNTCT_PH = "CNTCT_PH";
- public static string OBJCT_TYPE = "OBJCT_TYPE";
- public static string PRD_NAME = "PRD_NAME";
- public static string SPET_STEEL = "SPET_STEEL";
- public static string STATIONCODE = "STATIONCODE";
- public static string PLID = "PLID";
- public static string PACTNO = "PACTNO";
- public static string ORDERNO = "ORDERNO";
- public static string ASKPLAN_ID = "ASKPLAN_ID";
- public static string TRANSNO = "TRANSNO";
- public static string SEND_DTE = "SEND_DTE";
- public static string SEND_QTY = "SEND_QTY";
- public static string SEND_WGT = "SEND_WGT";
- public static string ACPT_DTE = "ACPT_DTE";
- public static string ACPT_QTY = "ACPT_QTY";
- public static string ACPT_WGT = "ACPT_WGT";
- public static string OBJCT_QTY = "OBJCT_QTY";
- public static string OBJCT_WGT = "OBJCT_WGT";
- public static string OBJCT_DSP = "OBJCT_DSP";
- public static string CPS_MNY = "CPS_MNY";
- public static string CPS_QTY = "CPS_QTY";
- public static string CPS_WGT = "CPS_WGT";
- public static string STATUS_CD = "STATUS_CD";
- public static string DCL_ID = "DCL_ID";
- public static string DCL_DSP = "DCL_DSP";
- public static string DCL_DTIME = "DCL_DTIME";
- public static string ACP_FL = "ACP_FL";
- public static string ACP_DSP = "ACP_DSP";
- public static string ACP_ID = "ACP_ID";
- public static string ACP_DTIME = "ACP_DTIME";
- public static string BPRST_DATE = "BPRST_DATE";
- public static string PIDF_DATE = "PIDF_DATE";
- public static string PPRC_DATE = "PPRC_DATE";
- public static string PEND_DATE = "PEND_DATE";
- public static string RVE_FL = "RVE_FL";
- public static string RVE_DSP = "RVE_DSP";
- public static string RVE_ID = "RVE_ID";
- public static string RVE_DTIME = "RVE_DTIME";
- public static string RVE_FL2 = "RVE_FL2";
- public static string RVE_DSP2 = "RVE_DSP2";
- public static string RVE_ID2 = "RVE_ID2";
- public static string RVE_DTIME2 = "RVE_DTIME2";
- public static string RVE_FL3 = "RVE_FL3";
- public static string RVE_DSP3 = "RVE_DSP3";
- public static string RVE_ID3 = "RVE_ID3";
- public static string RVE_DTIME3 = "RVE_DTIME3";
- public static string RVE_FL4 = "RVE_FL4";
- public static string RVE_DSP4 = "RVE_DSP4";
- public static string RVE_ID4 = "RVE_ID4";
- public static string RVE_DTIME4 = "RVE_DTIME4";
- public static string REG_ID = "REG_ID";
- public static string REG_DTIME = "REG_DTIME";
- public static string MOD_ID = "MOD_ID";
- public static string MOD_DTIME = "MOD_DTIME";
- public static string FL = "FL";
- }
- public static class SLM_OBJCT_PIC
- {
- public static string OBJCT_NO = "OBJCT_NO";
- public static string PIC_NAME = "PIC_NAME";
- public static string PIC = "PIC";
- public static string PRVD_ID = "PRVD_ID";
- public static string PRVD_DATE = "PRVD_DATE";
- public static string FL = "FL";
- public static string REG_ID = "REG_ID";
- public static string REG_DTIME = "REG_DTIME";
- public static string MOD_ID = "MOD_ID";
- public static string MOD_DTIME = "MOD_DTIME";
- }
- public static class SLM_DLIV_SHIPAPPLY_RESULT
- {
- public static string TRANSPORT_NUM = "TRANSPORT_NUM";
- public static string TRANSMONTH = "TRANSMONTH";
- public static string TRANSIT_TYP = "TRANSIT_TYP";
- public static string WAGON_NO = "WAGON_NO";
- public static string QUANTITY = "QUANTITY";
- public static string WEIGHT = "WEIGHT";
- public static string LOAD_WGT = "LOAD_WGT";
- public static string SLAB_WGT = "SLAB_WGT";
- public static string DESTINATION = "DESTINATION";
- public static string STATION_NO = "STATION_NO";
- public static string STATION_NM = "STATION_NM";
- public static string SPCL_LN_NO = "SPCL_LN_NO";
- public static string SPCL_LN_NM = "SPCL_LN_NM";
- public static string PORT_NO = "PORT_NO";
- public static string PORT_DESC = "PORT_DESC";
- public static string CARRIER_UNIT = "CARRIER_UNIT";
- public static string CONTACT_NAME = "CONTACT_NAME";
- public static string CONTACT_PHONE = "CONTACT_PHONE";
- public static string SCHEME_NO = "SCHEME_NO";
- public static string VALIDFLAG = "VALIDFLAG";
- public static string REMARK = "REMARK";
- public static string CREATE_NAME = "CREATE_NAME";
- public static string CREATE_TIME = "CREATE_TIME";
- public static string UPDATE_NAME = "UPDATE_NAME";
- public static string UPDATE_TIME = "UPDATE_TIME";
- public static string DELETE_NAME = "DELETE_NAME";
- public static string DELETE_TIME = "DELETE_TIME";
- }
- }
- }
|