TbColumnDefine.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Core.StlMes.Client.Sale.Common.TbColumnDefine
  6. {
  7. public class TbColumnDefine
  8. {
  9. public static class SLM_BASE_CUSTOMER
  10. {
  11. public static string CUSTOMER_NO = "CUSTOMER_NO";
  12. public static string CUSTOMER_NM = "CUSTOMER_NM";
  13. public static string FORECORPCODE = "FORECORPCODE";
  14. public static string FORECORPNAME = "FORECORPNAME";
  15. public static string SALE_ORG = "SALE_ORG";
  16. public static string BIGAREA = "BIGAREA";
  17. public static string REGION_NO = "REGION_NO";
  18. public static string REGION_NM = "REGION_NM";
  19. public static string CUSTM_LVL = "CUSTM_LVL";
  20. public static string MARKET_SYS = "MARKET_SYS";
  21. public static string ABRVITION = "ABRVITION";
  22. public static string ORG = "ORG";
  23. public static string PY = "PY";
  24. public static string VALIDFLAG = "VALIDFLAG";
  25. public static string CREATE_NAME = "CREATE_NAME";
  26. public static string CREATE_TIME = "CREATE_TIME";
  27. public static string UPDATE_NAME = "UPDATE_NAME";
  28. public static string UPDATE_TIME = "UPDATE_TIME";
  29. public static string DELETE_NAME = "DELETE_NAME";
  30. public static string DELETE_TIME = "DELETE_TIME";
  31. }
  32. public static class SLM_BASE_CUSTM_UNIT
  33. {
  34. public static string CUSTOMER_NO = "CUSTOMER_NO";
  35. public static string CUST_SEQ = "CUST_SEQ";
  36. public static string FORECORPCODE = "FORECORPCODE";
  37. public static string FORECORPNAME = "FORECORPNAME";
  38. public static string SALE_ORG = "SALE_ORG";
  39. public static string CUSTM_USE = "CUSTM_USE";
  40. public static string CHN_FL = "CHN_FL";
  41. public static string CUSTM_CTGRY = "CUSTM_CTGRY";
  42. public static string CUSTM_PRPTY = "CUSTM_PRPTY";
  43. public static string CUSTM_LVL = "CUSTM_LVL";
  44. public static string LEGAL_PSN = "LEGAL_PSN";
  45. public static string AGENT = "AGENT";
  46. public static string ADDRESS = "ADDRESS";
  47. public static string BIGAREA = "BIGAREA";
  48. public static string REGION_NO = "REGION_NO";
  49. public static string REGION_NM = "REGION_NM";
  50. public static string ZIP_CODE = "ZIP_CODE";
  51. public static string BANK = "BANK";
  52. public static string ACCOUNT = "ACCOUNT";
  53. public static string TAX_ID = "TAX_ID";
  54. public static string PHONE = "PHONE";
  55. public static string SALECARD = "SALECARD";
  56. public static string FAX = "FAX";
  57. public static string CUSTM_DATA = "CUSTM_DATA";
  58. public static string MEMO = "MEMO";
  59. public static string VALIDFLAG = "VALIDFLAG";
  60. public static string CREATE_NAME = "CREATE_NAME";
  61. public static string CREATE_TIME = "CREATE_TIME";
  62. public static string UPDATE_NAME = "UPDATE_NAME";
  63. public static string UPDATE_TIME = "UPDATE_TIME";
  64. public static string DELETE_NAME = "DELETE_NAME";
  65. public static string DELETE_TIME = "DELETE_TIME";
  66. }
  67. public static class SLM_BASE_CUSTM_FREIGHT
  68. {
  69. public static string FREIGHT_NO = "FREIGHT_NO";
  70. public static string CUSTOMER_NO = "CUSTOMER_NO";
  71. public static string SALE_ORG = "SALE_ORG";
  72. public static string ADDRESS = "ADDRESS";
  73. public static string REGION_NO = "REGION_NO";
  74. public static string STATION_NO = "STATION_NO";
  75. public static string STATION_NM = "STATION_NM";
  76. public static string SPCL_LN_NO = "SPCL_LN_NO";
  77. public static string TRANS_TYP = "TRANS_TYP";
  78. public static string ISOWNEDCAR = "ISOWNEDCAR";
  79. public static string ISSHIPPING = "ISSHIPPING";
  80. public static string INCERPTCODE = "INCERPTCODE";
  81. public static string LOADDOCK = "LOADDOCK";
  82. public static string UNLOADDOCK = "UNLOADDOCK";
  83. public static string SHIP_DESTINATION = "SHIP_DESTINATION";
  84. public static string MEMO = "MEMO";
  85. public static string VALIDFLAG = "VALIDFLAG";
  86. public static string CREATE_NAME = "CREATE_NAME";
  87. public static string CREATE_TIME = "CREATE_TIME";
  88. public static string UPDATE_NAME = "UPDATE_NAME";
  89. public static string UPDATE_TIME = "UPDATE_TIME";
  90. public static string DELETE_NAME = "DELETE_NAME";
  91. public static string DELETE_TIME = "DELETE_TIME";
  92. public static string FORECORPCODE = "FORECORPCODE";
  93. public static string FORECORPNAME = "FORECORPNAME";
  94. }
  95. public static class SLM_BASE_FORECORPINFO
  96. {
  97. public static string FORECORPCODE = "FORECORPCODE";
  98. public static string FORECORPNAME = "FORECORPNAME";
  99. public static string PRINCIPAL = "PRINCIPAL";
  100. public static string ADDRESS = "ADDRESS";
  101. public static string VALIDFLAG = "VALIDFLAG";
  102. public static string FORE_TP = "FORE_TP";
  103. public static string CREATE_NAME = "CREATE_NAME";
  104. public static string CREATE_TIME = "CREATE_TIME";
  105. public static string UPDATE_NAME = "UPDATE_NAME";
  106. public static string UPDATE_TIME = "UPDATE_TIME";
  107. public static string DELETE_NAME = "DELETE_NAME";
  108. public static string DELETE_TIME = "DELETE_TIME";
  109. }
  110. public static class SLM_BASE_STATION
  111. {
  112. public static string STATION_NO = "STATION_NO";
  113. public static string STATION_NM = "STATION_NM";
  114. public static string REGION_NO = "REGION_NO";
  115. public static string TRANSFEE = "TRANSFEE";
  116. public static string CARTYPE = "CARTYPE";
  117. public static string KILOMETERS = "KILOMETERS";
  118. public static string PRAILWAYADMIN = "PRAILWAYADMIN";
  119. public static string TELEGRAPHCODE = "TELEGRAPHCODE";
  120. public static string VALIDFLAG = "VALIDFLAG";
  121. public static string GODIRECTCODE = "GODIRECTCODE";
  122. public static string LOADDOCK = "LOADDOCK";
  123. public static string UNLOADDOCK = "UNLOADDOCK";
  124. public static string SERVICECHARGE = "SERVICECHARGE";
  125. public static string W_TRAN_LINE = "W_TRAN_LINE";
  126. public static string C_TRAN_LINE = "C_TRAN_LINE";
  127. public static string ACCEPT_PERSON = "ACCEPT_PERSON";
  128. public static string OWNED_CITY = "OWNED_CITY";
  129. public static string REMARK = "REMARK";
  130. public static string PERCODE = "PERCODE";
  131. public static string TELCODE = "TELCODE";
  132. public static string CREATE_NAME = "CREATE_NAME";
  133. public static string CREATE_TIME = "CREATE_TIME";
  134. public static string UPDATE_NAME = "UPDATE_NAME";
  135. public static string UPDATE_TIME = "UPDATE_TIME";
  136. public static string DELETE_NAME = "DELETE_NAME";
  137. public static string DELETE_TIME = "DELETE_TIME";
  138. }
  139. public static class SLM_BASE_REGION
  140. {
  141. public static string REGION_NO = "REGION_NO";
  142. public static string REGION_NM = "REGION_NM";
  143. public static string P_REGION_NO = "P_REGION_NO";
  144. public static string REGION_TYPE = "REGION_TYPE";
  145. public static string CAPITAL_FL = "CAPITAL_FL";
  146. public static string PR_CAPITAL_FL = "PR_CAPITAL_FL";
  147. public static string REGION_SEQ = "REGION_SEQ";
  148. public static string FL = "FL";
  149. public static string REG_ID = "REG_ID";
  150. public static string REG_DTIME = "REG_DTIME";
  151. public static string MOD_ID = "MOD_ID";
  152. public static string MOD_DTIME = "MOD_DTIME";
  153. }
  154. public static class SLM_BASE_REGION_T
  155. {
  156. public static string REGION_LVL_NO = "REGION_LVL_NO";
  157. public static string REGION_LVL_NM = "REGION_LVL_NM";
  158. public static string REGION_TYPE_NO = "REGION_TYPE_NO";
  159. public static string REGION_TYPE_NM = "REGION_TYPE_NM";
  160. public static string MEMO = "MEMO";
  161. public static string VALIDFLAG = "VALIDFLAG";
  162. public static string CREATE_NAME = "CREATE_NAME";
  163. public static string CREATE_TIME = "CREATE_TIME";
  164. public static string UPDATE_NAME = "UPDATE_NAME";
  165. public static string UPDATE_TIME = "UPDATE_TIME";
  166. public static string DELETE_NAME = "DELETE_NAME";
  167. public static string DELETE_TIME = "DELETE_TIME";
  168. }
  169. public static class SLM_BASE_REGION_TPE
  170. {
  171. public static string REGION_LVL_NO = "REGION_LVL_NO";
  172. public static string REGION_LVL_NM = "REGION_LVL_NM";
  173. public static string REGION_TYPE_NO = "REGION_TYPE_NO";
  174. public static string REGION_TYPE_NM = "REGION_TYPE_NM";
  175. public static string FL = "FL";
  176. public static string REG_ID = "REG_ID";
  177. public static string REG_DTIME = "REG_DTIME";
  178. public static string MOD_ID = "MOD_ID";
  179. public static string MOD_DTIME = "MOD_DTIME";
  180. }
  181. public static class SLM_ORDER_HEAD
  182. {
  183. public static string ORDER_NO = "ORDER_NO";
  184. public static string FORECORPCODE = "FORECORPCODE";
  185. public static string FORECORPNAME = "FORECORPNAME";
  186. public static string CUSTM_ORDER_NO = "CUSTM_ORDER_NO";
  187. public static string ORDER_TYP = "ORDER_TYP";
  188. public static string ORDER_TYP_DESC = "ORDER_TYP_DESC";
  189. public static string PROTCL_NO = "PROTCL_NO";
  190. public static string CUSTOMER_NO = "CUSTOMER_NO";
  191. public static string CUSTOMER_NM = "CUSTOMER_NM";
  192. public static string MARKET_SYS = "MARKET_SYS";
  193. public static string MARKET_SYS_DESC = "MARKET_SYS_DESC";
  194. public static string ABRVITION = "ABRVITION";
  195. public static string SUPPLY_UNIT = "SUPPLY_UNIT";
  196. public static string PRICE_FL = "PRICE_FL";
  197. public static string CURRENCY = "CURRENCY";
  198. public static string MNY_ASK_TYP = "MNY_ASK_TYP";
  199. public static string ADVANCEMONEY = "ADVANCEMONEY";
  200. public static string ADVANCESCALE = "ADVANCESCALE";
  201. public static string STLMT_UNIT_NO = "STLMT_UNIT_NO";
  202. public static string STLMT_UNIT_NM = "STLMT_UNIT_NM";
  203. public static string FST_DRAWEE_UNIT = "FST_DRAWEE_UNIT";
  204. public static string LEGAL_PSN = "LEGAL_PSN";
  205. public static string AGENT = "AGENT";
  206. public static string ADDRESS = "ADDRESS";
  207. public static string ZIP_CODE = "ZIP_CODE";
  208. public static string BANK = "BANK";
  209. public static string ACCOUNT = "ACCOUNT";
  210. public static string TAX_ID = "TAX_ID";
  211. public static string PHONE = "PHONE";
  212. public static string FAX = "FAX";
  213. public static string ORDER_WGT = "ORDER_WGT";
  214. public static string ORDER_MNY_TAX = "ORDER_MNY_TAX";
  215. public static string ORDER_MNY_NTAX = "ORDER_MNY_NTAX";
  216. public static string ISIMPORTORDER = "ISIMPORTORDER";
  217. public static string ISDEV = "ISDEV";
  218. public static string MNY_ASK_DESC = "MNY_ASK_DESC";
  219. public static string SIGN_PERSON = "SIGN_PERSON";
  220. public static string SIGN_DATE = "SIGN_DATE";
  221. public static string SIGN_ADDRESS = "SIGN_ADDRESS";
  222. public static string ORDER_YEAR = "ORDER_YEAR";
  223. public static string ORDER_BDATE = "ORDER_BDATE";
  224. public static string ORDER_EDATE = "ORDER_EDATE";
  225. public static string ORDER_SCAN_NO = "ORDER_SCAN_NO";
  226. public static string CUSTOMER_MODEL_FL = "CUSTOMER_MODEL_FL";
  227. public static string ORDER_MODEL_NO = "ORDER_MODEL_NO";
  228. public static string ORDER_MODEL_DESC = "ORDER_MODEL_DESC";
  229. public static string SALE_ORG = "SALE_ORG";
  230. public static string SALE_ORG_DESC = "SALE_ORG_DESC";
  231. public static string SALE_AREA_NO = "SALE_AREA_NO";
  232. public static string SALE_AREA_DESC = "SALE_AREA_DESC";
  233. public static string MEMO = "MEMO";
  234. public static string ORDER_STS = "ORDER_STS";
  235. public static string ORDER_STS_DESC = "ORDER_STS_DESC";
  236. public static string APPROVAL_MAN = "APPROVAL_MAN";
  237. public static string APPROVAL_TIME = "APPROVAL_TIME";
  238. public static string EFFECT_MAN = "EFFECT_MAN";
  239. public static string EFFECT_TIME = "EFFECT_TIME";
  240. public static string CLOSE_MAN = "CLOSE_MAN";
  241. public static string CLOSE_TIME = "CLOSE_TIME";
  242. public static string VALIDFLAG = "VALIDFLAG";
  243. public static string CREATE_NAME = "CREATE_NAME";
  244. public static string CREATE_DEPT = "CREATE_DEPT";
  245. public static string CREATE_TIME = "CREATE_TIME";
  246. public static string UPDATE_NAME = "UPDATE_NAME";
  247. public static string UPDATE_TIME = "UPDATE_TIME";
  248. public static string DELETE_NAME = "DELETE_NAME";
  249. public static string DELETE_TIME = "DELETE_TIME";
  250. }
  251. public static class SLM_ORDER_LINE
  252. {
  253. public static string ORDER_NO = "ORDER_NO";
  254. public static string ORDER_SEQ = "ORDER_SEQ";
  255. public static string HEIGHT = "HEIGHT";
  256. public static string WIDTH = "WIDTH";
  257. public static string LENGTH = "LENGTH";
  258. public static string FIXSIZE = "FIXSIZE";
  259. public static string LEN_MIN = "LEN_MIN";
  260. public static string LEN_MAX = "LEN_MAX";
  261. public static string WIDTH_MIN = "WIDTH_MIN";
  262. public static string WIDTH_MAX = "WIDTH_MAX";
  263. public static string SENDSTATUS = "SENDSTATUS";
  264. public static string ORDER_UNIT = "ORDER_UNIT";
  265. public static string ORDER_QTY = "ORDER_QTY";
  266. public static string WEIGHT = "WEIGHT";
  267. public static string DELVRY_RANGE_TPE = "DELVRY_RANGE_TPE";
  268. public static string DELVRY_RANGE_MIN = "DELVRY_RANGE_MIN";
  269. public static string DELVRY_RANGE_MAX = "DELVRY_RANGE_MAX";
  270. public static string ISWELDED_HEAT = "ISWELDED_HEAT";
  271. public static string NUCLEARSTEEL = "NUCLEARSTEEL";
  272. public static string KHIC = "KHIC";
  273. public static string ISPOSTER = "ISPOSTER";
  274. public static string FINAL_USER = "FINAL_USER";
  275. public static string FINAL_USER_DESC = "FINAL_USER_DESC";
  276. public static string DELVRY_DATE = "DELVRY_DATE";
  277. public static string DELVRY_BDATE = "DELVRY_BDATE";
  278. public static string DELVRY_EDATE = "DELVRY_EDATE";
  279. public static string DELVRY_DESC = "DELVRY_DESC";
  280. public static string TRANS_DESC = "TRANS_DESC";
  281. public static string ADD_ASK_NO = "ADD_ASK_NO";
  282. public static string ORDER_ADD_DESC = "ORDER_ADD_DESC";
  283. public static string ORDER_SPECIAL_FL = "ORDER_SPECIAL_FL";
  284. public static string ORDER_SPECIAL_HEAD = "ORDER_SPECIAL_HEAD";
  285. public static string ORDER_SPECIAL_PATH = "ORDER_SPECIAL_PATH";
  286. public static string ORDER_SPECIAL_DESC = "ORDER_SPECIAL_DESC";
  287. public static string ZBS = "ZBS";
  288. public static string ORDER_PRICE = "ORDER_PRICE";
  289. public static string TRANS_PRICE = "TRANS_PRICE";
  290. public static string TEST_ID = "TEST_ID";
  291. public static string TEST_PRICE = "TEST_PRICE";
  292. public static string OUT_PRICE = "OUT_PRICE";
  293. public static string BALNCE_PRICE = "BALNCE_PRICE";
  294. public static string ORDER_LN_STATUS = "ORDER_LN_STATUS";
  295. public static string REVIEW_STATUS = "REVIEW_STATUS";
  296. public static string REVIEW_MSG = "REVIEW_MSG";
  297. public static string REVIEW_DATE = "REVIEW_DATE";
  298. public static string REVIEW_ENTRYDATE = "REVIEW_ENTRYDATE";
  299. public static string MEMO = "MEMO";
  300. public static string PRI = "PRI";
  301. public static string VALIDFLAG = "VALIDFLAG";
  302. public static string CREATE_NAME = "CREATE_NAME";
  303. public static string CREATE_TIME = "CREATE_TIME";
  304. public static string UPDATE_NAME = "UPDATE_NAME";
  305. public static string UPDATE_TIME = "UPDATE_TIME";
  306. public static string DELETE_NAME = "DELETE_NAME";
  307. public static string DELETE_TIME = "DELETE_TIME";
  308. }
  309. public static class SLM_ORDER_PROD
  310. {
  311. public static string ORDER_NO = "ORDER_NO";
  312. public static string ORDER_SEQ = "ORDER_SEQ";
  313. public static string PROD_LINE = "PROD_LINE";
  314. public static string SPEC_ABBSYM = "SPEC_ABBSYM";
  315. public static string STEEL_CODE = "STEEL_CODE";
  316. public static string USED_CD = "USED_CD";
  317. public static string PRDNM_CD = "PRDNM_CD";
  318. public static string ISALPHA = "ISALPHA";
  319. public static string CUST_ALPHA_NO = "CUST_ALPHA_NO";
  320. public static string QUALITY_DESIGH_RESULT = "QUALITY_DESIGH_RESULT";
  321. public static string QUALITY_DESIGH_ERRMSG = "QUALITY_DESIGH_ERRMSG";
  322. public static string QUALITY_DESIGH_NAME = "QUALITY_DESIGH_NAME";
  323. public static string QUALITY_DESIGH_DATE = "QUALITY_DESIGH_DATE";
  324. public static string CREATE_NAME = "CREATE_NAME";
  325. public static string CREATE_TIME = "CREATE_TIME";
  326. public static string UPDATE_NAME = "UPDATE_NAME";
  327. public static string UPDATE_TIME = "UPDATE_TIME";
  328. public static string DELETE_NAME = "DELETE_NAME";
  329. public static string DELETE_TIME = "DELETE_TIME";
  330. }
  331. public static class SLM_ORDER_DELIVERY_TRANSIT
  332. {
  333. public static string ORDER_NO = "ORDER_NO";
  334. public static string ORDER_SEQ = "ORDER_SEQ";
  335. public static string INDEX_SEQ = "INDEX_SEQ";
  336. public static string AGENCY_FL = "AGENCY_FL";
  337. public static string LV_FACTY_TYP = "LV_FACTY_TYP";
  338. public static string TRANSIT_TYP = "TRANSIT_TYP";
  339. public static string REGION_NO = "REGION_NO";
  340. public static string DESTINATION = "DESTINATION";
  341. public static string STATION_NO = "STATION_NO";
  342. public static string STATION_NM = "STATION_NM";
  343. public static string SPCL_LN_NO = "SPCL_LN_NO";
  344. public static string SPCL_LN_NM = "SPCL_LN_NM";
  345. public static string ISOWNEDCAR = "ISOWNEDCAR";
  346. public static string ISSHIPPING = "ISSHIPPING";
  347. public static string PORT_NO = "PORT_NO";
  348. public static string PORT_DESC = "PORT_DESC";
  349. public static string CARRIER_UNIT = "CARRIER_UNIT";
  350. public static string INCEPTCORPCODE = "INCEPTCORPCODE";
  351. public static string REINCEPTCORP = "REINCEPTCORP";
  352. public static string RECEIVOR = "RECEIVOR";
  353. public static string TRANSIT_LN_MNY = "TRANSIT_LN_MNY";
  354. public static string VALIDFLAG = "VALIDFLAG";
  355. public static string CREATE_NAME = "CREATE_NAME";
  356. public static string CREATE_TIME = "CREATE_TIME";
  357. public static string UPDATE_NAME = "UPDATE_NAME";
  358. public static string UPDATE_TIME = "UPDATE_TIME";
  359. public static string DELETE_NAME = "DELETE_NAME";
  360. public static string DELETE_TIME = "DELETE_TIME";
  361. }
  362. public static class SLM_OBJCT_SVC
  363. {
  364. public static string OBJCT_NO = "OBJCT_NO";
  365. public static string BUYERCODE = "BUYERCODE";
  366. public static string INCEPTCORPCODE = "INCEPTCORPCODE";
  367. public static string FORECORPCODE = "FORECORPCODE";
  368. public static string CPLT_DTIME = "CPLT_DTIME";
  369. public static string CPLT_TYPE = "CPLT_TYPE";
  370. public static string CNTCT_ID = "CNTCT_ID";
  371. public static string CNTCT_PH = "CNTCT_PH";
  372. public static string OBJCT_TYPE = "OBJCT_TYPE";
  373. public static string PRD_NAME = "PRD_NAME";
  374. public static string SPET_STEEL = "SPET_STEEL";
  375. public static string STATIONCODE = "STATIONCODE";
  376. public static string PLID = "PLID";
  377. public static string PACTNO = "PACTNO";
  378. public static string ORDERNO = "ORDERNO";
  379. public static string ASKPLAN_ID = "ASKPLAN_ID";
  380. public static string TRANSNO = "TRANSNO";
  381. public static string SEND_DTE = "SEND_DTE";
  382. public static string SEND_QTY = "SEND_QTY";
  383. public static string SEND_WGT = "SEND_WGT";
  384. public static string ACPT_DTE = "ACPT_DTE";
  385. public static string ACPT_QTY = "ACPT_QTY";
  386. public static string ACPT_WGT = "ACPT_WGT";
  387. public static string OBJCT_QTY = "OBJCT_QTY";
  388. public static string OBJCT_WGT = "OBJCT_WGT";
  389. public static string OBJCT_DSP = "OBJCT_DSP";
  390. public static string CPS_MNY = "CPS_MNY";
  391. public static string CPS_QTY = "CPS_QTY";
  392. public static string CPS_WGT = "CPS_WGT";
  393. public static string STATUS_CD = "STATUS_CD";
  394. public static string DCL_ID = "DCL_ID";
  395. public static string DCL_DSP = "DCL_DSP";
  396. public static string DCL_DTIME = "DCL_DTIME";
  397. public static string ACP_FL = "ACP_FL";
  398. public static string ACP_DSP = "ACP_DSP";
  399. public static string ACP_ID = "ACP_ID";
  400. public static string ACP_DTIME = "ACP_DTIME";
  401. public static string BPRST_DATE = "BPRST_DATE";
  402. public static string PIDF_DATE = "PIDF_DATE";
  403. public static string PPRC_DATE = "PPRC_DATE";
  404. public static string PEND_DATE = "PEND_DATE";
  405. public static string RVE_FL = "RVE_FL";
  406. public static string RVE_DSP = "RVE_DSP";
  407. public static string RVE_ID = "RVE_ID";
  408. public static string RVE_DTIME = "RVE_DTIME";
  409. public static string RVE_FL2 = "RVE_FL2";
  410. public static string RVE_DSP2 = "RVE_DSP2";
  411. public static string RVE_ID2 = "RVE_ID2";
  412. public static string RVE_DTIME2 = "RVE_DTIME2";
  413. public static string RVE_FL3 = "RVE_FL3";
  414. public static string RVE_DSP3 = "RVE_DSP3";
  415. public static string RVE_ID3 = "RVE_ID3";
  416. public static string RVE_DTIME3 = "RVE_DTIME3";
  417. public static string RVE_FL4 = "RVE_FL4";
  418. public static string RVE_DSP4 = "RVE_DSP4";
  419. public static string RVE_ID4 = "RVE_ID4";
  420. public static string RVE_DTIME4 = "RVE_DTIME4";
  421. public static string REG_ID = "REG_ID";
  422. public static string REG_DTIME = "REG_DTIME";
  423. public static string MOD_ID = "MOD_ID";
  424. public static string MOD_DTIME = "MOD_DTIME";
  425. public static string FL = "FL";
  426. }
  427. public static class SLM_OBJCT_PIC
  428. {
  429. public static string OBJCT_NO = "OBJCT_NO";
  430. public static string PIC_NAME = "PIC_NAME";
  431. public static string PIC = "PIC";
  432. public static string PRVD_ID = "PRVD_ID";
  433. public static string PRVD_DATE = "PRVD_DATE";
  434. public static string FL = "FL";
  435. public static string REG_ID = "REG_ID";
  436. public static string REG_DTIME = "REG_DTIME";
  437. public static string MOD_ID = "MOD_ID";
  438. public static string MOD_DTIME = "MOD_DTIME";
  439. }
  440. public static class SLM_DLIV_SHIPAPPLY_RESULT
  441. {
  442. public static string TRANSPORT_NUM = "TRANSPORT_NUM";
  443. public static string TRANSMONTH = "TRANSMONTH";
  444. public static string TRANSIT_TYP = "TRANSIT_TYP";
  445. public static string WAGON_NO = "WAGON_NO";
  446. public static string QUANTITY = "QUANTITY";
  447. public static string WEIGHT = "WEIGHT";
  448. public static string LOAD_WGT = "LOAD_WGT";
  449. public static string SLAB_WGT = "SLAB_WGT";
  450. public static string DESTINATION = "DESTINATION";
  451. public static string STATION_NO = "STATION_NO";
  452. public static string STATION_NM = "STATION_NM";
  453. public static string SPCL_LN_NO = "SPCL_LN_NO";
  454. public static string SPCL_LN_NM = "SPCL_LN_NM";
  455. public static string PORT_NO = "PORT_NO";
  456. public static string PORT_DESC = "PORT_DESC";
  457. public static string CARRIER_UNIT = "CARRIER_UNIT";
  458. public static string CONTACT_NAME = "CONTACT_NAME";
  459. public static string CONTACT_PHONE = "CONTACT_PHONE";
  460. public static string SCHEME_NO = "SCHEME_NO";
  461. public static string VALIDFLAG = "VALIDFLAG";
  462. public static string REMARK = "REMARK";
  463. public static string CREATE_NAME = "CREATE_NAME";
  464. public static string CREATE_TIME = "CREATE_TIME";
  465. public static string UPDATE_NAME = "UPDATE_NAME";
  466. public static string UPDATE_TIME = "UPDATE_TIME";
  467. public static string DELETE_NAME = "DELETE_NAME";
  468. public static string DELETE_TIME = "DELETE_TIME";
  469. }
  470. }
  471. }