SellerCreditExamine_info.cs 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using System.Data;
  5. using SysBaseLibs;
  6. using System.Web.Script.Serialization;
  7. namespace SysDataLibs.TableClass
  8. {
  9. #region SellerCreditExamine
  10. public class SellerCreditExamine_info : ITableInfo
  11. {
  12. #region SellerCreditExamine表 字段信息
  13. /// <summary>
  14. /// 为关键字段: Y --- PrimaryKey;
  15. /// 自动增长: Y;
  16. /// 数据类型: int;
  17. /// 数据长度: 4;
  18. /// 是否允许为空: N;
  19. /// 默认值: ;
  20. /// 描述: ID;
  21. /// </summary>
  22. public const string cID = "ID";
  23. /// <summary>
  24. /// 为关键字段: N ;
  25. /// 自动增长: N;
  26. /// 数据类型: smalldatetime;
  27. /// 数据长度: 4;
  28. /// 是否允许为空: N;
  29. /// 默认值: ;
  30. /// 描述: LogDate;
  31. /// </summary>
  32. public const string cLogDate = "LogDate";
  33. /// <summary>
  34. /// 为关键字段: N ;
  35. /// 自动增长: N;
  36. /// 数据类型: char;
  37. /// 数据长度: 10;
  38. /// 是否允许为空: N;
  39. /// 默认值: ;
  40. /// 描述: MarketID;
  41. /// </summary>
  42. public const string cMarketID = "MarketID";
  43. /// <summary>
  44. /// 为关键字段: N ;
  45. /// 自动增长: N;
  46. /// 数据类型: varchar;
  47. /// 数据长度: 100;
  48. /// 是否允许为空: Y;
  49. /// 默认值: ;
  50. /// 描述: Notes01;
  51. /// </summary>
  52. public const string cNotes01 = "Notes01";
  53. /// <summary>
  54. /// 为关键字段: N ;
  55. /// 自动增长: N;
  56. /// 数据类型: varchar;
  57. /// 数据长度: 100;
  58. /// 是否允许为空: Y;
  59. /// 默认值: ;
  60. /// 描述: Notes02;
  61. /// </summary>
  62. public const string cNotes02 = "Notes02";
  63. /// <summary>
  64. /// 为关键字段: N ;
  65. /// 自动增长: N;
  66. /// 数据类型: varchar;
  67. /// 数据长度: 100;
  68. /// 是否允许为空: Y;
  69. /// 默认值: ;
  70. /// 描述: Notes03;
  71. /// </summary>
  72. public const string cNotes03 = "Notes03";
  73. /// <summary>
  74. /// 为关键字段: N ;
  75. /// 自动增长: N;
  76. /// 数据类型: varchar;
  77. /// 数据长度: 100;
  78. /// 是否允许为空: Y;
  79. /// 默认值: ;
  80. /// 描述: Notes04;
  81. /// </summary>
  82. public const string cNotes04 = "Notes04";
  83. /// <summary>
  84. /// 为关键字段: N ;
  85. /// 自动增长: N;
  86. /// 数据类型: varchar;
  87. /// 数据长度: 100;
  88. /// 是否允许为空: Y;
  89. /// 默认值: ;
  90. /// 描述: Notes05;
  91. /// </summary>
  92. public const string cNotes05 = "Notes05";
  93. /// <summary>
  94. /// 为关键字段: N ;
  95. /// 自动增长: N;
  96. /// 数据类型: varchar;
  97. /// 数据长度: 100;
  98. /// 是否允许为空: Y;
  99. /// 默认值: ;
  100. /// 描述: Notes06;
  101. /// </summary>
  102. public const string cNotes06 = "Notes06";
  103. /// <summary>
  104. /// 为关键字段: N ;
  105. /// 自动增长: N;
  106. /// 数据类型: varchar;
  107. /// 数据长度: 100;
  108. /// 是否允许为空: Y;
  109. /// 默认值: ;
  110. /// 描述: Notes07;
  111. /// </summary>
  112. public const string cNotes07 = "Notes07";
  113. /// <summary>
  114. /// 为关键字段: N ;
  115. /// 自动增长: N;
  116. /// 数据类型: varchar;
  117. /// 数据长度: 100;
  118. /// 是否允许为空: Y;
  119. /// 默认值: ;
  120. /// 描述: Notes08;
  121. /// </summary>
  122. public const string cNotes08 = "Notes08";
  123. /// <summary>
  124. /// 为关键字段: N ;
  125. /// 自动增长: N;
  126. /// 数据类型: varchar;
  127. /// 数据长度: 100;
  128. /// 是否允许为空: Y;
  129. /// 默认值: ;
  130. /// 描述: Notes09;
  131. /// </summary>
  132. public const string cNotes09 = "Notes09";
  133. /// <summary>
  134. /// 为关键字段: N ;
  135. /// 自动增长: N;
  136. /// 数据类型: varchar;
  137. /// 数据长度: 100;
  138. /// 是否允许为空: Y;
  139. /// 默认值: ;
  140. /// 描述: Notes10;
  141. /// </summary>
  142. public const string cNotes10 = "Notes10";
  143. /// <summary>
  144. /// 为关键字段: N ;
  145. /// 自动增长: N;
  146. /// 数据类型: varchar;
  147. /// 数据长度: 100;
  148. /// 是否允许为空: Y;
  149. /// 默认值: ;
  150. /// 描述: Notes11;
  151. /// </summary>
  152. public const string cNotes11 = "Notes11";
  153. /// <summary>
  154. /// 为关键字段: N ;
  155. /// 自动增长: N;
  156. /// 数据类型: varchar;
  157. /// 数据长度: 100;
  158. /// 是否允许为空: Y;
  159. /// 默认值: ;
  160. /// 描述: Notes12;
  161. /// </summary>
  162. public const string cNotes12 = "Notes12";
  163. /// <summary>
  164. /// 为关键字段: N ;
  165. /// 自动增长: N;
  166. /// 数据类型: varchar;
  167. /// 数据长度: 100;
  168. /// 是否允许为空: Y;
  169. /// 默认值: ;
  170. /// 描述: Notes13;
  171. /// </summary>
  172. public const string cNotes13 = "Notes13";
  173. /// <summary>
  174. /// 为关键字段: N ;
  175. /// 自动增长: N;
  176. /// 数据类型: varchar;
  177. /// 数据长度: 100;
  178. /// 是否允许为空: Y;
  179. /// 默认值: ;
  180. /// 描述: Notes14;
  181. /// </summary>
  182. public const string cNotes14 = "Notes14";
  183. /// <summary>
  184. /// 为关键字段: N ;
  185. /// 自动增长: N;
  186. /// 数据类型: varchar;
  187. /// 数据长度: 100;
  188. /// 是否允许为空: Y;
  189. /// 默认值: ;
  190. /// 描述: Notes15;
  191. /// </summary>
  192. public const string cNotes15 = "Notes15";
  193. /// <summary>
  194. /// 为关键字段: N ;
  195. /// 自动增长: N;
  196. /// 数据类型: int;
  197. /// 数据长度: 4;
  198. /// 是否允许为空: Y;
  199. /// 默认值: ;
  200. /// 描述: Score01;
  201. /// </summary>
  202. public const string cScore01 = "Score01";
  203. /// <summary>
  204. /// 为关键字段: N ;
  205. /// 自动增长: N;
  206. /// 数据类型: int;
  207. /// 数据长度: 4;
  208. /// 是否允许为空: Y;
  209. /// 默认值: ;
  210. /// 描述: Score02;
  211. /// </summary>
  212. public const string cScore02 = "Score02";
  213. /// <summary>
  214. /// 为关键字段: N ;
  215. /// 自动增长: N;
  216. /// 数据类型: int;
  217. /// 数据长度: 4;
  218. /// 是否允许为空: Y;
  219. /// 默认值: ;
  220. /// 描述: Score03;
  221. /// </summary>
  222. public const string cScore03 = "Score03";
  223. /// <summary>
  224. /// 为关键字段: N ;
  225. /// 自动增长: N;
  226. /// 数据类型: int;
  227. /// 数据长度: 4;
  228. /// 是否允许为空: Y;
  229. /// 默认值: ;
  230. /// 描述: Score04;
  231. /// </summary>
  232. public const string cScore04 = "Score04";
  233. /// <summary>
  234. /// 为关键字段: N ;
  235. /// 自动增长: N;
  236. /// 数据类型: int;
  237. /// 数据长度: 4;
  238. /// 是否允许为空: Y;
  239. /// 默认值: ;
  240. /// 描述: Score05;
  241. /// </summary>
  242. public const string cScore05 = "Score05";
  243. /// <summary>
  244. /// 为关键字段: N ;
  245. /// 自动增长: N;
  246. /// 数据类型: int;
  247. /// 数据长度: 4;
  248. /// 是否允许为空: Y;
  249. /// 默认值: ;
  250. /// 描述: Score06;
  251. /// </summary>
  252. public const string cScore06 = "Score06";
  253. /// <summary>
  254. /// 为关键字段: N ;
  255. /// 自动增长: N;
  256. /// 数据类型: int;
  257. /// 数据长度: 4;
  258. /// 是否允许为空: Y;
  259. /// 默认值: ;
  260. /// 描述: Score07;
  261. /// </summary>
  262. public const string cScore07 = "Score07";
  263. /// <summary>
  264. /// 为关键字段: N ;
  265. /// 自动增长: N;
  266. /// 数据类型: int;
  267. /// 数据长度: 4;
  268. /// 是否允许为空: Y;
  269. /// 默认值: ;
  270. /// 描述: Score08;
  271. /// </summary>
  272. public const string cScore08 = "Score08";
  273. /// <summary>
  274. /// 为关键字段: N ;
  275. /// 自动增长: N;
  276. /// 数据类型: int;
  277. /// 数据长度: 4;
  278. /// 是否允许为空: Y;
  279. /// 默认值: ;
  280. /// 描述: Score09;
  281. /// </summary>
  282. public const string cScore09 = "Score09";
  283. /// <summary>
  284. /// 为关键字段: N ;
  285. /// 自动增长: N;
  286. /// 数据类型: int;
  287. /// 数据长度: 4;
  288. /// 是否允许为空: Y;
  289. /// 默认值: ;
  290. /// 描述: Score10;
  291. /// </summary>
  292. public const string cScore10 = "Score10";
  293. /// <summary>
  294. /// 为关键字段: N ;
  295. /// 自动增长: N;
  296. /// 数据类型: int;
  297. /// 数据长度: 4;
  298. /// 是否允许为空: Y;
  299. /// 默认值: ;
  300. /// 描述: Score11;
  301. /// </summary>
  302. public const string cScore11 = "Score11";
  303. /// <summary>
  304. /// 为关键字段: N ;
  305. /// 自动增长: N;
  306. /// 数据类型: int;
  307. /// 数据长度: 4;
  308. /// 是否允许为空: Y;
  309. /// 默认值: ;
  310. /// 描述: Score12;
  311. /// </summary>
  312. public const string cScore12 = "Score12";
  313. /// <summary>
  314. /// 为关键字段: N ;
  315. /// 自动增长: N;
  316. /// 数据类型: int;
  317. /// 数据长度: 4;
  318. /// 是否允许为空: Y;
  319. /// 默认值: ;
  320. /// 描述: Score13;
  321. /// </summary>
  322. public const string cScore13 = "Score13";
  323. /// <summary>
  324. /// 为关键字段: N ;
  325. /// 自动增长: N;
  326. /// 数据类型: int;
  327. /// 数据长度: 4;
  328. /// 是否允许为空: Y;
  329. /// 默认值: ;
  330. /// 描述: Score14;
  331. /// </summary>
  332. public const string cScore14 = "Score14";
  333. /// <summary>
  334. /// 为关键字段: N ;
  335. /// 自动增长: N;
  336. /// 数据类型: int;
  337. /// 数据长度: 4;
  338. /// 是否允许为空: Y;
  339. /// 默认值: ;
  340. /// 描述: Score15;
  341. /// </summary>
  342. public const string cScore15 = "Score15";
  343. /// <summary>
  344. /// 为关键字段: N ;
  345. /// 自动增长: N;
  346. /// 数据类型: int;
  347. /// 数据长度: 4;
  348. /// 是否允许为空: N;
  349. /// 默认值: ;
  350. /// 描述: SellerID;
  351. /// </summary>
  352. public const string cSellerID = "SellerID";
  353. /// <summary>
  354. /// 为关键字段: N ;
  355. /// 自动增长: N;
  356. /// 数据类型: datetime;
  357. /// 数据长度: 8;
  358. /// 是否允许为空: N;
  359. /// 默认值: ;
  360. /// 描述: UpdateTime;
  361. /// </summary>
  362. public const string cUpdateTime = "UpdateTime";
  363. /// <summary>
  364. /// 为关键字段: N ;
  365. /// 自动增长: N;
  366. /// 数据类型: varchar;
  367. /// 数据长度: 30;
  368. /// 是否允许为空: N;
  369. /// 默认值: ;
  370. /// 描述: UserID;
  371. /// </summary>
  372. public const string cUserID = "UserID";
  373. #endregion
  374. public SellerCreditExamine_info(){}
  375. public SellerCreditExamine_info(DataRow poRow)
  376. {
  377. CreateTableInfo(poRow);
  378. }
  379. public void CreateTableInfo(DataRow poRow)
  380. {
  381. _ID=UtilStr.StrFromObj(poRow[cID]);
  382. _LogDate=UtilStr.StrFromObj(poRow[cLogDate]);
  383. _MarketID=UtilStr.StrFromObj(poRow[cMarketID]);
  384. _Notes01=UtilStr.StrFromObj(poRow[cNotes01]);
  385. _Notes02=UtilStr.StrFromObj(poRow[cNotes02]);
  386. _Notes03=UtilStr.StrFromObj(poRow[cNotes03]);
  387. _Notes04=UtilStr.StrFromObj(poRow[cNotes04]);
  388. _Notes05=UtilStr.StrFromObj(poRow[cNotes05]);
  389. _Notes06=UtilStr.StrFromObj(poRow[cNotes06]);
  390. _Notes07=UtilStr.StrFromObj(poRow[cNotes07]);
  391. _Notes08=UtilStr.StrFromObj(poRow[cNotes08]);
  392. _Notes09=UtilStr.StrFromObj(poRow[cNotes09]);
  393. _Notes10=UtilStr.StrFromObj(poRow[cNotes10]);
  394. _Notes11=UtilStr.StrFromObj(poRow[cNotes11]);
  395. _Notes12=UtilStr.StrFromObj(poRow[cNotes12]);
  396. _Notes13=UtilStr.StrFromObj(poRow[cNotes13]);
  397. _Notes14=UtilStr.StrFromObj(poRow[cNotes14]);
  398. _Notes15=UtilStr.StrFromObj(poRow[cNotes15]);
  399. _Score01=UtilStr.StrFromObj(poRow[cScore01]);
  400. _Score02=UtilStr.StrFromObj(poRow[cScore02]);
  401. _Score03=UtilStr.StrFromObj(poRow[cScore03]);
  402. _Score04=UtilStr.StrFromObj(poRow[cScore04]);
  403. _Score05=UtilStr.StrFromObj(poRow[cScore05]);
  404. _Score06=UtilStr.StrFromObj(poRow[cScore06]);
  405. _Score07=UtilStr.StrFromObj(poRow[cScore07]);
  406. _Score08=UtilStr.StrFromObj(poRow[cScore08]);
  407. _Score09=UtilStr.StrFromObj(poRow[cScore09]);
  408. _Score10=UtilStr.StrFromObj(poRow[cScore10]);
  409. _Score11=UtilStr.StrFromObj(poRow[cScore11]);
  410. _Score12=UtilStr.StrFromObj(poRow[cScore12]);
  411. _Score13=UtilStr.StrFromObj(poRow[cScore13]);
  412. _Score14=UtilStr.StrFromObj(poRow[cScore14]);
  413. _Score15=UtilStr.StrFromObj(poRow[cScore15]);
  414. _SellerID=UtilStr.StrFromObj(poRow[cSellerID]);
  415. _UpdateTime=UtilStr.StrFromObj(poRow[cUpdateTime]);
  416. _UserID=UtilStr.StrFromObj(poRow[cUserID]);
  417. }
  418. public SellerCreditExamine_info( string pcID, DBConnSql poDBConn)
  419. {
  420. if ( pcID.Trim().Length > 0 && poDBConn != null)
  421. {
  422. string lcSql = "select * from " + Tn.SellerCreditExamine + " where ID='"+pcID+"'";
  423. rsQuery loQuery = poDBConn.OpenQuery(lcSql);
  424. if (loQuery != null && loQuery.IsOpened && loQuery.RecCount == 1)
  425. {
  426. loQuery.MoveFirst();
  427. CreateTableInfo(loQuery.CurrentRow);
  428. }
  429. }
  430. }
  431. private string _ID="";
  432. public string ID
  433. {
  434. get { return _ID; }
  435. set { _ID = value; }
  436. }
  437. private string _LogDate="";
  438. public string LogDate
  439. {
  440. get { return _LogDate; }
  441. set { _LogDate = value; }
  442. }
  443. private string _MarketID="";
  444. public string MarketID
  445. {
  446. get { return _MarketID; }
  447. set { _MarketID = value; }
  448. }
  449. private string _Notes01="";
  450. public string Notes01
  451. {
  452. get { return _Notes01; }
  453. set { _Notes01 = value; }
  454. }
  455. private string _Notes02="";
  456. public string Notes02
  457. {
  458. get { return _Notes02; }
  459. set { _Notes02 = value; }
  460. }
  461. private string _Notes03="";
  462. public string Notes03
  463. {
  464. get { return _Notes03; }
  465. set { _Notes03 = value; }
  466. }
  467. private string _Notes04="";
  468. public string Notes04
  469. {
  470. get { return _Notes04; }
  471. set { _Notes04 = value; }
  472. }
  473. private string _Notes05="";
  474. public string Notes05
  475. {
  476. get { return _Notes05; }
  477. set { _Notes05 = value; }
  478. }
  479. private string _Notes06="";
  480. public string Notes06
  481. {
  482. get { return _Notes06; }
  483. set { _Notes06 = value; }
  484. }
  485. private string _Notes07="";
  486. public string Notes07
  487. {
  488. get { return _Notes07; }
  489. set { _Notes07 = value; }
  490. }
  491. private string _Notes08="";
  492. public string Notes08
  493. {
  494. get { return _Notes08; }
  495. set { _Notes08 = value; }
  496. }
  497. private string _Notes09="";
  498. public string Notes09
  499. {
  500. get { return _Notes09; }
  501. set { _Notes09 = value; }
  502. }
  503. private string _Notes10="";
  504. public string Notes10
  505. {
  506. get { return _Notes10; }
  507. set { _Notes10 = value; }
  508. }
  509. private string _Notes11="";
  510. public string Notes11
  511. {
  512. get { return _Notes11; }
  513. set { _Notes11 = value; }
  514. }
  515. private string _Notes12="";
  516. public string Notes12
  517. {
  518. get { return _Notes12; }
  519. set { _Notes12 = value; }
  520. }
  521. private string _Notes13="";
  522. public string Notes13
  523. {
  524. get { return _Notes13; }
  525. set { _Notes13 = value; }
  526. }
  527. private string _Notes14="";
  528. public string Notes14
  529. {
  530. get { return _Notes14; }
  531. set { _Notes14 = value; }
  532. }
  533. private string _Notes15="";
  534. public string Notes15
  535. {
  536. get { return _Notes15; }
  537. set { _Notes15 = value; }
  538. }
  539. private string _Score01="";
  540. public string Score01
  541. {
  542. get { return _Score01; }
  543. set { _Score01 = value; }
  544. }
  545. private string _Score02="";
  546. public string Score02
  547. {
  548. get { return _Score02; }
  549. set { _Score02 = value; }
  550. }
  551. private string _Score03="";
  552. public string Score03
  553. {
  554. get { return _Score03; }
  555. set { _Score03 = value; }
  556. }
  557. private string _Score04="";
  558. public string Score04
  559. {
  560. get { return _Score04; }
  561. set { _Score04 = value; }
  562. }
  563. private string _Score05="";
  564. public string Score05
  565. {
  566. get { return _Score05; }
  567. set { _Score05 = value; }
  568. }
  569. private string _Score06="";
  570. public string Score06
  571. {
  572. get { return _Score06; }
  573. set { _Score06 = value; }
  574. }
  575. private string _Score07="";
  576. public string Score07
  577. {
  578. get { return _Score07; }
  579. set { _Score07 = value; }
  580. }
  581. private string _Score08="";
  582. public string Score08
  583. {
  584. get { return _Score08; }
  585. set { _Score08 = value; }
  586. }
  587. private string _Score09="";
  588. public string Score09
  589. {
  590. get { return _Score09; }
  591. set { _Score09 = value; }
  592. }
  593. private string _Score10="";
  594. public string Score10
  595. {
  596. get { return _Score10; }
  597. set { _Score10 = value; }
  598. }
  599. private string _Score11="";
  600. public string Score11
  601. {
  602. get { return _Score11; }
  603. set { _Score11 = value; }
  604. }
  605. private string _Score12="";
  606. public string Score12
  607. {
  608. get { return _Score12; }
  609. set { _Score12 = value; }
  610. }
  611. private string _Score13="";
  612. public string Score13
  613. {
  614. get { return _Score13; }
  615. set { _Score13 = value; }
  616. }
  617. private string _Score14="";
  618. public string Score14
  619. {
  620. get { return _Score14; }
  621. set { _Score14 = value; }
  622. }
  623. private string _Score15="";
  624. public string Score15
  625. {
  626. get { return _Score15; }
  627. set { _Score15 = value; }
  628. }
  629. private string _SellerID="";
  630. public string SellerID
  631. {
  632. get { return _SellerID; }
  633. set { _SellerID = value; }
  634. }
  635. private string _UpdateTime="";
  636. public string UpdateTime
  637. {
  638. get { return _UpdateTime; }
  639. set { _UpdateTime = value; }
  640. }
  641. private string _UserID="";
  642. public string UserID
  643. {
  644. get { return _UserID; }
  645. set { _UserID = value; }
  646. }
  647. [ScriptIgnore]
  648. public rsXmlNode DataXMLNode
  649. {
  650. get
  651. {
  652. rsXmlNode loMainNode = new rsXmlNode("SellerCreditExamineRecord", "");
  653. rsXmlNode loNode =null;
  654. loNode = new rsXmlNode(cID, ID);
  655. loMainNode.AddChild(loNode);
  656. loNode = new rsXmlNode(cLogDate, LogDate);
  657. loMainNode.AddChild(loNode);
  658. loNode = new rsXmlNode(cMarketID, MarketID);
  659. loMainNode.AddChild(loNode);
  660. loNode = new rsXmlNode(cNotes01, Notes01);
  661. loMainNode.AddChild(loNode);
  662. loNode = new rsXmlNode(cNotes02, Notes02);
  663. loMainNode.AddChild(loNode);
  664. loNode = new rsXmlNode(cNotes03, Notes03);
  665. loMainNode.AddChild(loNode);
  666. loNode = new rsXmlNode(cNotes04, Notes04);
  667. loMainNode.AddChild(loNode);
  668. loNode = new rsXmlNode(cNotes05, Notes05);
  669. loMainNode.AddChild(loNode);
  670. loNode = new rsXmlNode(cNotes06, Notes06);
  671. loMainNode.AddChild(loNode);
  672. loNode = new rsXmlNode(cNotes07, Notes07);
  673. loMainNode.AddChild(loNode);
  674. loNode = new rsXmlNode(cNotes08, Notes08);
  675. loMainNode.AddChild(loNode);
  676. loNode = new rsXmlNode(cNotes09, Notes09);
  677. loMainNode.AddChild(loNode);
  678. loNode = new rsXmlNode(cNotes10, Notes10);
  679. loMainNode.AddChild(loNode);
  680. loNode = new rsXmlNode(cNotes11, Notes11);
  681. loMainNode.AddChild(loNode);
  682. loNode = new rsXmlNode(cNotes12, Notes12);
  683. loMainNode.AddChild(loNode);
  684. loNode = new rsXmlNode(cNotes13, Notes13);
  685. loMainNode.AddChild(loNode);
  686. loNode = new rsXmlNode(cNotes14, Notes14);
  687. loMainNode.AddChild(loNode);
  688. loNode = new rsXmlNode(cNotes15, Notes15);
  689. loMainNode.AddChild(loNode);
  690. loNode = new rsXmlNode(cScore01, Score01);
  691. loMainNode.AddChild(loNode);
  692. loNode = new rsXmlNode(cScore02, Score02);
  693. loMainNode.AddChild(loNode);
  694. loNode = new rsXmlNode(cScore03, Score03);
  695. loMainNode.AddChild(loNode);
  696. loNode = new rsXmlNode(cScore04, Score04);
  697. loMainNode.AddChild(loNode);
  698. loNode = new rsXmlNode(cScore05, Score05);
  699. loMainNode.AddChild(loNode);
  700. loNode = new rsXmlNode(cScore06, Score06);
  701. loMainNode.AddChild(loNode);
  702. loNode = new rsXmlNode(cScore07, Score07);
  703. loMainNode.AddChild(loNode);
  704. loNode = new rsXmlNode(cScore08, Score08);
  705. loMainNode.AddChild(loNode);
  706. loNode = new rsXmlNode(cScore09, Score09);
  707. loMainNode.AddChild(loNode);
  708. loNode = new rsXmlNode(cScore10, Score10);
  709. loMainNode.AddChild(loNode);
  710. loNode = new rsXmlNode(cScore11, Score11);
  711. loMainNode.AddChild(loNode);
  712. loNode = new rsXmlNode(cScore12, Score12);
  713. loMainNode.AddChild(loNode);
  714. loNode = new rsXmlNode(cScore13, Score13);
  715. loMainNode.AddChild(loNode);
  716. loNode = new rsXmlNode(cScore14, Score14);
  717. loMainNode.AddChild(loNode);
  718. loNode = new rsXmlNode(cScore15, Score15);
  719. loMainNode.AddChild(loNode);
  720. loNode = new rsXmlNode(cSellerID, SellerID);
  721. loMainNode.AddChild(loNode);
  722. loNode = new rsXmlNode(cUpdateTime, UpdateTime);
  723. loMainNode.AddChild(loNode);
  724. loNode = new rsXmlNode(cUserID, UserID);
  725. loMainNode.AddChild(loNode);
  726. return loMainNode ;
  727. }
  728. }
  729. public string InsertSql()
  730. {
  731. return " insert into "+Tn.SellerCreditExamine+" "+
  732. " ("+cLogDate+","+cMarketID+","+cNotes01+","+cNotes02+","+cNotes03+","+cNotes04+","+cNotes05+","+cNotes06+","+cNotes07+","+cNotes08+","+cNotes09+","+cNotes10+","+cNotes11+","+cNotes12+","+cNotes13+","+cNotes14+","+cNotes15+","+cScore01+","+cScore02+","+cScore03+","+cScore04+","+cScore05+","+cScore06+","+cScore07+","+cScore08+","+cScore09+","+cScore10+","+cScore11+","+cScore12+","+cScore13+","+cScore14+","+cScore15+","+cSellerID+","+cUpdateTime+","+cUserID+") "+
  733. " values ('"+_LogDate+"','"+_MarketID+"','"+_Notes01+"','"+_Notes02+"','"+_Notes03+"','"+_Notes04+"','"+_Notes05+"','"+_Notes06+"','"+_Notes07+"','"+_Notes08+"','"+_Notes09+"','"+_Notes10+"','"+_Notes11+"','"+_Notes12+"','"+_Notes13+"','"+_Notes14+"','"+_Notes15+"',"+_Score01+","+_Score02+","+_Score03+","+_Score04+","+_Score05+","+_Score06+","+_Score07+","+_Score08+","+_Score09+","+_Score10+","+_Score11+","+_Score12+","+_Score13+","+_Score14+","+_Score15+","+_SellerID+",'"+_UpdateTime+"','"+_UserID+"') " ;
  734. }
  735. public string UpdateSql()
  736. {
  737. return " update "+Tn.SellerCreditExamine+" "+
  738. " set "+cLogDate+"='"+_LogDate+"',"+cMarketID+"='"+_MarketID+"',"+cNotes01+"='"+_Notes01+"',"+cNotes02+"='"+_Notes02+"',"+cNotes03+"='"+_Notes03+"',"+cNotes04+"='"+_Notes04+"',"+cNotes05+"='"+_Notes05+"',"+cNotes06+"='"+_Notes06+"',"+cNotes07+"='"+_Notes07+"',"+cNotes08+"='"+_Notes08+"',"+cNotes09+"='"+_Notes09+"',"+cNotes10+"='"+_Notes10+"',"+cNotes11+"='"+_Notes11+"',"+cNotes12+"='"+_Notes12+"',"+cNotes13+"='"+_Notes13+"',"+cNotes14+"='"+_Notes14+"',"+cNotes15+"='"+_Notes15+"',"+cScore01+"="+_Score01+","+cScore02+"="+_Score02+","+cScore03+"="+_Score03+","+cScore04+"="+_Score04+","+cScore05+"="+_Score05+","+cScore06+"="+_Score06+","+cScore07+"="+_Score07+","+cScore08+"="+_Score08+","+cScore09+"="+_Score09+","+cScore10+"="+_Score10+","+cScore11+"="+_Score11+","+cScore12+"="+_Score12+","+cScore13+"="+_Score13+","+cScore14+"="+_Score14+","+cScore15+"="+_Score15+","+cSellerID+"="+_SellerID+","+cUpdateTime+"='"+_UpdateTime+"',"+cUserID+"='"+_UserID+"' "+
  739. " where "+cID+"="+_ID+"" ;
  740. }
  741. public string DeleteSql()
  742. {
  743. return "Delete "+Tn.SellerCreditExamine+" where "+cID+"="+_ID+"" ;
  744. }
  745. }
  746. #endregion
  747. #region
  748. public class SellerCreditExamine_Qry : rsQuery
  749. {
  750. public Int64 ID
  751. {
  752. get { return GetInt(SellerCreditExamine_info.cID); }
  753. // set { SetField(SellerCreditExamine_info.cID, value); }
  754. }
  755. public DateTime LogDate
  756. {
  757. get { return GetDateTime(SellerCreditExamine_info.cLogDate); }
  758. // set { SetField(SellerCreditExamine_info.cLogDate, value); }
  759. }
  760. public String MarketID
  761. {
  762. get { return GetString(SellerCreditExamine_info.cMarketID); }
  763. // set { SetField(SellerCreditExamine_info.cMarketID, value); }
  764. }
  765. public String Notes01
  766. {
  767. get { return GetString(SellerCreditExamine_info.cNotes01); }
  768. // set { SetField(SellerCreditExamine_info.cNotes01, value); }
  769. }
  770. public String Notes02
  771. {
  772. get { return GetString(SellerCreditExamine_info.cNotes02); }
  773. // set { SetField(SellerCreditExamine_info.cNotes02, value); }
  774. }
  775. public String Notes03
  776. {
  777. get { return GetString(SellerCreditExamine_info.cNotes03); }
  778. // set { SetField(SellerCreditExamine_info.cNotes03, value); }
  779. }
  780. public String Notes04
  781. {
  782. get { return GetString(SellerCreditExamine_info.cNotes04); }
  783. // set { SetField(SellerCreditExamine_info.cNotes04, value); }
  784. }
  785. public String Notes05
  786. {
  787. get { return GetString(SellerCreditExamine_info.cNotes05); }
  788. // set { SetField(SellerCreditExamine_info.cNotes05, value); }
  789. }
  790. public String Notes06
  791. {
  792. get { return GetString(SellerCreditExamine_info.cNotes06); }
  793. // set { SetField(SellerCreditExamine_info.cNotes06, value); }
  794. }
  795. public String Notes07
  796. {
  797. get { return GetString(SellerCreditExamine_info.cNotes07); }
  798. // set { SetField(SellerCreditExamine_info.cNotes07, value); }
  799. }
  800. public String Notes08
  801. {
  802. get { return GetString(SellerCreditExamine_info.cNotes08); }
  803. // set { SetField(SellerCreditExamine_info.cNotes08, value); }
  804. }
  805. public String Notes09
  806. {
  807. get { return GetString(SellerCreditExamine_info.cNotes09); }
  808. // set { SetField(SellerCreditExamine_info.cNotes09, value); }
  809. }
  810. public String Notes10
  811. {
  812. get { return GetString(SellerCreditExamine_info.cNotes10); }
  813. // set { SetField(SellerCreditExamine_info.cNotes10, value); }
  814. }
  815. public String Notes11
  816. {
  817. get { return GetString(SellerCreditExamine_info.cNotes11); }
  818. // set { SetField(SellerCreditExamine_info.cNotes11, value); }
  819. }
  820. public String Notes12
  821. {
  822. get { return GetString(SellerCreditExamine_info.cNotes12); }
  823. // set { SetField(SellerCreditExamine_info.cNotes12, value); }
  824. }
  825. public String Notes13
  826. {
  827. get { return GetString(SellerCreditExamine_info.cNotes13); }
  828. // set { SetField(SellerCreditExamine_info.cNotes13, value); }
  829. }
  830. public String Notes14
  831. {
  832. get { return GetString(SellerCreditExamine_info.cNotes14); }
  833. // set { SetField(SellerCreditExamine_info.cNotes14, value); }
  834. }
  835. public String Notes15
  836. {
  837. get { return GetString(SellerCreditExamine_info.cNotes15); }
  838. // set { SetField(SellerCreditExamine_info.cNotes15, value); }
  839. }
  840. public Int64 Score01
  841. {
  842. get { return GetInt(SellerCreditExamine_info.cScore01); }
  843. // set { SetField(SellerCreditExamine_info.cScore01, value); }
  844. }
  845. public Int64 Score02
  846. {
  847. get { return GetInt(SellerCreditExamine_info.cScore02); }
  848. // set { SetField(SellerCreditExamine_info.cScore02, value); }
  849. }
  850. public Int64 Score03
  851. {
  852. get { return GetInt(SellerCreditExamine_info.cScore03); }
  853. // set { SetField(SellerCreditExamine_info.cScore03, value); }
  854. }
  855. public Int64 Score04
  856. {
  857. get { return GetInt(SellerCreditExamine_info.cScore04); }
  858. // set { SetField(SellerCreditExamine_info.cScore04, value); }
  859. }
  860. public Int64 Score05
  861. {
  862. get { return GetInt(SellerCreditExamine_info.cScore05); }
  863. // set { SetField(SellerCreditExamine_info.cScore05, value); }
  864. }
  865. public Int64 Score06
  866. {
  867. get { return GetInt(SellerCreditExamine_info.cScore06); }
  868. // set { SetField(SellerCreditExamine_info.cScore06, value); }
  869. }
  870. public Int64 Score07
  871. {
  872. get { return GetInt(SellerCreditExamine_info.cScore07); }
  873. // set { SetField(SellerCreditExamine_info.cScore07, value); }
  874. }
  875. public Int64 Score08
  876. {
  877. get { return GetInt(SellerCreditExamine_info.cScore08); }
  878. // set { SetField(SellerCreditExamine_info.cScore08, value); }
  879. }
  880. public Int64 Score09
  881. {
  882. get { return GetInt(SellerCreditExamine_info.cScore09); }
  883. // set { SetField(SellerCreditExamine_info.cScore09, value); }
  884. }
  885. public Int64 Score10
  886. {
  887. get { return GetInt(SellerCreditExamine_info.cScore10); }
  888. // set { SetField(SellerCreditExamine_info.cScore10, value); }
  889. }
  890. public Int64 Score11
  891. {
  892. get { return GetInt(SellerCreditExamine_info.cScore11); }
  893. // set { SetField(SellerCreditExamine_info.cScore11, value); }
  894. }
  895. public Int64 Score12
  896. {
  897. get { return GetInt(SellerCreditExamine_info.cScore12); }
  898. // set { SetField(SellerCreditExamine_info.cScore12, value); }
  899. }
  900. public Int64 Score13
  901. {
  902. get { return GetInt(SellerCreditExamine_info.cScore13); }
  903. // set { SetField(SellerCreditExamine_info.cScore13, value); }
  904. }
  905. public Int64 Score14
  906. {
  907. get { return GetInt(SellerCreditExamine_info.cScore14); }
  908. // set { SetField(SellerCreditExamine_info.cScore14, value); }
  909. }
  910. public Int64 Score15
  911. {
  912. get { return GetInt(SellerCreditExamine_info.cScore15); }
  913. // set { SetField(SellerCreditExamine_info.cScore15, value); }
  914. }
  915. public Int64 SellerID
  916. {
  917. get { return GetInt(SellerCreditExamine_info.cSellerID); }
  918. // set { SetField(SellerCreditExamine_info.cSellerID, value); }
  919. }
  920. public DateTime UpdateTime
  921. {
  922. get { return GetDateTime(SellerCreditExamine_info.cUpdateTime); }
  923. // set { SetField(SellerCreditExamine_info.cUpdateTime, value); }
  924. }
  925. public String UserID
  926. {
  927. get { return GetString(SellerCreditExamine_info.cUserID); }
  928. // set { SetField(SellerCreditExamine_info.cUserID, value); }
  929. }
  930. }
  931. #endregion
  932. }