Tn.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. using System;
  2. using System.Text;
  3. namespace SysDataLibs.TableClass
  4. {
  5. public class Tn
  6. {
  7. /// <summary>
  8. /// 秤类型 ( Table Type:U; IsInMemory:False )
  9. /// </summary>
  10. public const string ApparatusType = "ApparatusType";
  11. /// <summary>
  12. /// 评定级别 ( Table Type:U; IsInMemory:False )
  13. /// </summary>
  14. public const string AssessLevel = "AssessLevel";
  15. /// <summary>
  16. /// 公告信息 ( Table Type:U; IsInMemory:False )
  17. /// </summary>
  18. public const string BulletinInfo = "BulletinInfo";
  19. /// <summary>
  20. /// 公告类型 ( Table Type:U; IsInMemory:False )
  21. /// </summary>
  22. public const string BulletinType = "BulletinType";
  23. /// <summary>
  24. /// 图片类别 ( Table Type:U; IsInMemory:False )
  25. /// </summary>
  26. public const string ChartType = "ChartType";
  27. /// <summary>
  28. /// 检测数据 ( Table Type:U; IsInMemory:False )
  29. /// </summary>
  30. public const string CheckData = "CheckData";
  31. /// <summary>
  32. /// CheckItem ( Table Type:U; IsInMemory:False )
  33. /// </summary>
  34. public const string CheckItem = "CheckItem";
  35. /// <summary>
  36. /// CheckMethod ( Table Type:U; IsInMemory:False )
  37. /// </summary>
  38. public const string CheckMethod = "CheckMethod";
  39. /// <summary>
  40. /// 检测项目类型 ( Table Type:U; IsInMemory:False )
  41. /// </summary>
  42. public const string CheckProjectType = "CheckProjectType";
  43. /// <summary>
  44. /// CheckProjectTypeMapping ( Table Type:U; IsInMemory:False )
  45. /// </summary>
  46. public const string CheckProjectTypeMapping = "CheckProjectTypeMapping";
  47. /// <summary>
  48. /// 市场卫生检查记录 ( Table Type:U; IsInMemory:False )
  49. /// </summary>
  50. public const string CleansingCheckLog = "CleansingCheckLog";
  51. /// <summary>
  52. /// 消费者投诉记录 ( Table Type:U; IsInMemory:False )
  53. /// </summary>
  54. public const string ConsumerComplain = "ConsumerComplain";
  55. /// <summary>
  56. /// 企业类型 ( Table Type:U; IsInMemory:False )
  57. /// </summary>
  58. public const string CorporationType = "CorporationType";
  59. /// <summary>
  60. /// 凭证类型 ( Table Type:U; IsInMemory:False )
  61. /// </summary>
  62. public const string CredenceType = "CredenceType";
  63. /// <summary>
  64. /// 经营户评级级别 ( Table Type:U; IsInMemory:False )
  65. /// </summary>
  66. public const string CreditRating = "CreditRating";
  67. /// <summary>
  68. /// 学历类型 ( Table Type:U; IsInMemory:False )
  69. /// </summary>
  70. public const string DegreeType = "DegreeType";
  71. /// <summary>
  72. /// 部门类型 ( Table Type:U; IsInMemory:False )
  73. /// </summary>
  74. public const string Departments = "Departments";
  75. /// <summary>
  76. /// 字典结构 ( Table Type:U; IsInMemory:False )
  77. /// </summary>
  78. public const string DictStructure = "DictStructure";
  79. /// <summary>
  80. /// dtproperties ( Table Type:U; IsInMemory:False )
  81. /// </summary>
  82. public const string dtproperties = "dtproperties";
  83. /// <summary>
  84. /// 市场值班记录 ( Table Type:U; IsInMemory:False )
  85. /// </summary>
  86. public const string DutyLog = "DutyLog";
  87. /// <summary>
  88. /// 职务类型 ( Table Type:U; IsInMemory:False )
  89. /// </summary>
  90. public const string Dutys = "Dutys";
  91. /// <summary>
  92. /// Evaluation ( Table Type:U; IsInMemory:False )
  93. /// </summary>
  94. public const string Evaluation = "Evaluation";
  95. /// <summary>
  96. /// EvaluationItem ( Table Type:U; IsInMemory:False )
  97. /// </summary>
  98. public const string EvaluationItem = "EvaluationItem";
  99. /// <summary>
  100. /// 单位信息 ( Table Type:U; IsInMemory:False )
  101. /// </summary>
  102. public const string Farms = "Farms";
  103. /// <summary>
  104. /// 消防设施登记 ( Table Type:U; IsInMemory:False )
  105. /// </summary>
  106. public const string FireProtect_Equipment = "FireProtect_Equipment";
  107. /// <summary>
  108. /// 消防检查记录 ( Table Type:U; IsInMemory:False )
  109. /// </summary>
  110. public const string FireProtect_InspectLog = "FireProtect_InspectLog";
  111. /// <summary>
  112. /// 消防制度信息 ( Table Type:U; IsInMemory:False )
  113. /// </summary>
  114. public const string FireProtect_System = "FireProtect_System";
  115. /// <summary>
  116. /// FSInformationExchange ( Table Type:U; IsInMemory:False )
  117. /// </summary>
  118. public const string FSInformationExchange = "FSInformationExchange";
  119. /// <summary>
  120. /// FSOnlineComplaints ( Table Type:U; IsInMemory:False )
  121. /// </summary>
  122. public const string FSOnlineComplaints = "FSOnlineComplaints";
  123. /// <summary>
  124. /// FSOnlineComplaintsDelay ( Table Type:U; IsInMemory:False )
  125. /// </summary>
  126. public const string FSOnlineComplaintsDelay = "FSOnlineComplaintsDelay";
  127. /// <summary>
  128. /// FSOnlineComplaintsTransmit ( Table Type:U; IsInMemory:False )
  129. /// </summary>
  130. public const string FSOnlineComplaintsTransmit = "FSOnlineComplaintsTransmit";
  131. /// <summary>
  132. /// 不合格商品退回台帐 ( Table Type:U; IsInMemory:False )
  133. /// </summary>
  134. public const string GoodsRecallLog = "GoodsRecallLog";
  135. /// <summary>
  136. /// 食品大类信息 ( Table Type:U; IsInMemory:False )
  137. /// </summary>
  138. public const string GreatKind = "GreatKind";
  139. /// <summary>
  140. /// 用户组管理市场 ( Table Type:U; IsInMemory:False )
  141. /// </summary>
  142. public const string GroupHasMarket = "GroupHasMarket";
  143. /// <summary>
  144. /// 组织活动类别 ( Table Type:U; IsInMemory:False )
  145. /// </summary>
  146. public const string GroupLevel = "GroupLevel";
  147. /// <summary>
  148. /// 系统类型表 ( Table Type:U; IsInMemory:False )
  149. /// </summary>
  150. public const string GSSystem = "GSSystem";
  151. /// <summary>
  152. /// 产地 ( Table Type:U; IsInMemory:False )
  153. /// </summary>
  154. public const string Habitat = "Habitat";
  155. /// <summary>
  156. /// 文件法规 ( Table Type:U; IsInMemory:False )
  157. /// </summary>
  158. public const string LawRule = "LawRule";
  159. /// <summary>
  160. /// 法规类型 ( Table Type:U; IsInMemory:False )
  161. /// </summary>
  162. public const string LawRuleType = "LawRuleType";
  163. /// <summary>
  164. /// 食品小类信息 ( Table Type:U; IsInMemory:False )
  165. /// </summary>
  166. public const string LittleKind = "LittleKind";
  167. /// <summary>
  168. /// 重要商品台帐 ( Table Type:U; IsInMemory:False )
  169. /// </summary>
  170. public const string MajorGoodsLog = "MajorGoodsLog";
  171. /// <summary>
  172. /// MajorGoodsSrcMarketMap ( Table Type:U; IsInMemory:False )
  173. /// </summary>
  174. public const string MajorGoodsSrcMarketMap = "MajorGoodsSrcMarketMap";
  175. /// <summary>
  176. /// MajorGoodsSrcStockTime ( Table Type:U; IsInMemory:False )
  177. /// </summary>
  178. public const string MajorGoodsSrcStockTime = "MajorGoodsSrcStockTime";
  179. /// <summary>
  180. /// 重要商品类型 ( Table Type:U; IsInMemory:False )
  181. /// </summary>
  182. public const string MajorGoodsType = "MajorGoodsType";
  183. /// <summary>
  184. /// MajorSpecials ( Table Type:U; IsInMemory:False )
  185. /// </summary>
  186. public const string MajorSpecials = "MajorSpecials";
  187. /// <summary>
  188. /// MaketWatchServer ( Table Type:U; IsInMemory:False )
  189. /// </summary>
  190. public const string MaketWatchServer = "MaketWatchServer";
  191. /// <summary>
  192. /// 市场管理网络及分布示意图 ( Table Type:U; IsInMemory:False )
  193. /// </summary>
  194. public const string MarketChart = "MarketChart";
  195. /// <summary>
  196. /// 市场信誉评分情况 ( Table Type:U; IsInMemory:False )
  197. /// </summary>
  198. public const string MarketCredits = "MarketCredits";
  199. /// <summary>
  200. /// 市场信誉评分标准 ( Table Type:U; IsInMemory:False )
  201. /// </summary>
  202. public const string MarketCreditTypes = "MarketCreditTypes";
  203. /// <summary>
  204. /// MarketEvalGrade ( Table Type:U; IsInMemory:False )
  205. /// </summary>
  206. public const string MarketEvalGrade = "MarketEvalGrade";
  207. /// <summary>
  208. /// 市场相关证件 ( Table Type:U; IsInMemory:False )
  209. /// </summary>
  210. public const string MarketHasWarrant = "MarketHasWarrant";
  211. /// <summary>
  212. /// 市场检测设施登记 ( Table Type:U; IsInMemory:False )
  213. /// </summary>
  214. public const string MarketInspectFacility = "MarketInspectFacility";
  215. /// <summary>
  216. /// 市场主要商品价格 ( Table Type:U; IsInMemory:False )
  217. /// </summary>
  218. public const string MarketMajorQuote = "MarketMajorQuote";
  219. /// <summary>
  220. /// 市场人员管理 ( Table Type:U; IsInMemory:False )
  221. /// </summary>
  222. public const string MarketOperators = "MarketOperators";
  223. /// <summary>
  224. /// 市场基本信息 ( Table Type:U; IsInMemory:False )
  225. /// </summary>
  226. public const string Markets = "Markets";
  227. /// <summary>
  228. /// 市场经营户信用 ( Table Type:U; IsInMemory:False )
  229. /// </summary>
  230. public const string MarketSellerCredit = "MarketSellerCredit";
  231. /// <summary>
  232. /// 市场经营户信息 ( Table Type:U; IsInMemory:False )
  233. /// </summary>
  234. public const string MarketSellers = "MarketSellers";
  235. /// <summary>
  236. /// 市场主要制度 ( Table Type:U; IsInMemory:False )
  237. /// </summary>
  238. public const string MarketStatute = "MarketStatute";
  239. /// <summary>
  240. /// 市场类型 ( Table Type:U; IsInMemory:False )
  241. /// </summary>
  242. public const string MarketType = "MarketType";
  243. /// <summary>
  244. /// MarketViolations ( Table Type:U; IsInMemory:False )
  245. /// </summary>
  246. public const string MarketViolations = "MarketViolations";
  247. /// <summary>
  248. /// 市场视频监控 ( Table Type:U; IsInMemory:False )
  249. /// </summary>
  250. public const string MarketWatch = "MarketWatch";
  251. /// <summary>
  252. /// 计量单位 ( Table Type:U; IsInMemory:False )
  253. /// </summary>
  254. public const string MeasureUnit = "MeasureUnit";
  255. /// <summary>
  256. /// 品牌维护表 ( Table Type:U; IsInMemory:False )
  257. /// </summary>
  258. public const string NameBrands = "NameBrands";
  259. /// <summary>
  260. /// PlatRegDsn ( Table Type:U; IsInMemory:False )
  261. /// </summary>
  262. public const string PlatRegDsn = "PlatRegDsn";
  263. /// <summary>
  264. /// Products ( Table Type:U; IsInMemory:False )
  265. /// </summary>
  266. public const string Products = "Products";
  267. /// <summary>
  268. /// 园区机构 ( Table Type:U; IsInMemory:False )
  269. /// </summary>
  270. public const string Regions = "Regions";
  271. /// <summary>
  272. /// 先行赔偿类型 ( Table Type:U; IsInMemory:False )
  273. /// </summary>
  274. public const string ReserveChangeType = "ReserveChangeType";
  275. /// <summary>
  276. /// 先行赔偿台帐 ( Table Type:U; IsInMemory:False )
  277. /// </summary>
  278. public const string ReserveCompensateLog = "ReserveCompensateLog";
  279. /// <summary>
  280. /// 经营方式 ( Table Type:U; IsInMemory:False )
  281. /// </summary>
  282. public const string RunningWayType = "RunningWayType";
  283. /// <summary>
  284. /// 重要商品销售台帐 ( Table Type:U; IsInMemory:False )
  285. /// </summary>
  286. public const string SaleDestLog = "SaleDestLog";
  287. /// <summary>
  288. /// 评分标准明细 ( Table Type:U; IsInMemory:False )
  289. /// </summary>
  290. public const string ScoreStandardDetails = "ScoreStandardDetails";
  291. /// <summary>
  292. /// 评分标准 ( Table Type:U; IsInMemory:False )
  293. /// </summary>
  294. public const string ScoreStandards = "ScoreStandards";
  295. /// <summary>
  296. /// SellerCreditExamine ( Table Type:U; IsInMemory:False )
  297. /// </summary>
  298. public const string SellerCreditExamine = "SellerCreditExamine";
  299. /// <summary>
  300. /// 经营户信用记录台帐 ( Table Type:U; IsInMemory:False )
  301. /// </summary>
  302. public const string SellerCredits = "SellerCredits";
  303. /// <summary>
  304. /// SellerEvalGrade ( Table Type:U; IsInMemory:False )
  305. /// </summary>
  306. public const string SellerEvalGrade = "SellerEvalGrade";
  307. /// <summary>
  308. /// 经营户摊位信息 ( Table Type:U; IsInMemory:False )
  309. /// </summary>
  310. public const string SellerHasStall = "SellerHasStall";
  311. /// <summary>
  312. /// 经营户证件信息 ( Table Type:U; IsInMemory:False )
  313. /// </summary>
  314. public const string SellerHasWarrant = "SellerHasWarrant";
  315. /// <summary>
  316. /// SellerRewardLog ( Table Type:U; IsInMemory:False )
  317. /// </summary>
  318. public const string SellerRewardLog = "SellerRewardLog";
  319. /// <summary>
  320. /// 经营户奖惩类型 ( Table Type:U; IsInMemory:False )
  321. /// </summary>
  322. public const string SellerRewardType = "SellerRewardType";
  323. /// <summary>
  324. /// SellerScoreDetailLog ( Table Type:U; IsInMemory:False )
  325. /// </summary>
  326. public const string SellerScoreDetailLog = "SellerScoreDetailLog";
  327. /// <summary>
  328. /// SellerScoreLog ( Table Type:U; IsInMemory:False )
  329. /// </summary>
  330. public const string SellerScoreLog = "SellerScoreLog";
  331. /// <summary>
  332. /// SellerViolationLog ( Table Type:U; IsInMemory:False )
  333. /// </summary>
  334. public const string SellerViolationLog = "SellerViolationLog";
  335. /// <summary>
  336. /// 经营户违规行为 ( Table Type:U; IsInMemory:False )
  337. /// </summary>
  338. public const string SellerViolations = "SellerViolations";
  339. /// <summary>
  340. /// 经营户违规类型 ( Table Type:U; IsInMemory:False )
  341. /// </summary>
  342. public const string SellerViolationType = "SellerViolationType";
  343. /// <summary>
  344. /// 商品类型表 ( Table Type:U; IsInMemory:False )
  345. /// </summary>
  346. public const string Specials = "Specials";
  347. /// <summary>
  348. /// SpecialsMapping ( Table Type:U; IsInMemory:False )
  349. /// </summary>
  350. public const string SpecialsMapping = "SpecialsMapping";
  351. /// <summary>
  352. /// 市场摊位信息 ( Table Type:U; IsInMemory:False )
  353. /// </summary>
  354. public const string Stalls = "Stalls";
  355. /// <summary>
  356. /// 残留农药检测标准管理 ( Table Type:U; IsInMemory:False )
  357. /// </summary>
  358. public const string Standard = "Standard";
  359. /// <summary>
  360. /// 商品进货验收台帐 ( Table Type:U; IsInMemory:False )
  361. /// </summary>
  362. public const string StockRecvLog = "StockRecvLog";
  363. /// <summary>
  364. /// 豆制品进货台帐 ( Table Type:U; IsInMemory:False )
  365. /// </summary>
  366. public const string StockupBeanLog = "StockupBeanLog";
  367. /// <summary>
  368. /// 猪肉、活家禽进货台帐 ( Table Type:U; IsInMemory:False )
  369. /// </summary>
  370. public const string StockupLog = "StockupLog";
  371. /// <summary>
  372. /// 供货商信息 ( Table Type:U; IsInMemory:False )
  373. /// </summary>
  374. public const string Suppliers = "Suppliers";
  375. /// <summary>
  376. /// Sys_APP_T_UID ( Table Type:U; IsInMemory:False )
  377. /// </summary>
  378. public const string Sys_APP_T_UID = "Sys_APP_T_UID";
  379. /// <summary>
  380. /// Sys_AttachFiles ( Table Type:U; IsInMemory:False )
  381. /// </summary>
  382. public const string Sys_AttachFiles = "Sys_AttachFiles";
  383. /// <summary>
  384. /// Sys_AttachTables ( Table Type:U; IsInMemory:False )
  385. /// </summary>
  386. public const string Sys_AttachTables = "Sys_AttachTables";
  387. /// <summary>
  388. /// 系统菜单表 ( Table Type:U; IsInMemory:False )
  389. /// </summary>
  390. public const string Sys_Functions = "Sys_Functions";
  391. /// <summary>
  392. /// Sys_Functions_bak ( Table Type:U; IsInMemory:False )
  393. /// </summary>
  394. public const string Sys_Functions_bak = "Sys_Functions_bak";
  395. /// <summary>
  396. /// 用户组禁止访问字段 ( Table Type:U; IsInMemory:False )
  397. /// </summary>
  398. public const string Sys_GroupDenyColumns = "Sys_GroupDenyColumns";
  399. /// <summary>
  400. /// 用户组权限设置 ( Table Type:U; IsInMemory:False )
  401. /// </summary>
  402. public const string Sys_GroupHasFunction = "Sys_GroupHasFunction";
  403. /// <summary>
  404. /// 用户组成员管理 ( Table Type:U; IsInMemory:False )
  405. /// </summary>
  406. public const string Sys_GroupHasUser = "Sys_GroupHasUser";
  407. /// <summary>
  408. /// 用户组信息 ( Table Type:U; IsInMemory:False )
  409. /// </summary>
  410. public const string Sys_Groups = "Sys_Groups";
  411. /// <summary>
  412. /// 系统帮助 ( Table Type:U; IsInMemory:False )
  413. /// </summary>
  414. public const string Sys_Helps = "Sys_Helps";
  415. /// <summary>
  416. /// 系统图片 ( Table Type:U; IsInMemory:False )
  417. /// </summary>
  418. public const string Sys_Images = "Sys_Images";
  419. /// <summary>
  420. /// 系统信息 ( Table Type:U; IsInMemory:False )
  421. /// </summary>
  422. public const string Sys_Info = "Sys_Info";
  423. /// <summary>
  424. /// 系统日志 ( Table Type:U; IsInMemory:False )
  425. /// </summary>
  426. public const string Sys_Log = "Sys_Log";
  427. /// <summary>
  428. /// 系统设置 ( Table Type:U; IsInMemory:False )
  429. /// </summary>
  430. public const string Sys_Setting = "Sys_Setting";
  431. /// <summary>
  432. /// 翻译辞典 ( Table Type:U; IsInMemory:False )
  433. /// </summary>
  434. public const string Sys_Status = "Sys_Status";
  435. /// <summary>
  436. /// 表字段说明 ( Table Type:U; IsInMemory:False )
  437. /// </summary>
  438. public const string Sys_TableColumns = "Sys_TableColumns";
  439. /// <summary>
  440. /// 表说明 ( Table Type:U; IsInMemory:False )
  441. /// </summary>
  442. public const string Sys_Tables = "Sys_Tables";
  443. /// <summary>
  444. /// 用户缺省列 ( Table Type:U; IsInMemory:False )
  445. /// </summary>
  446. public const string Sys_UserDefaultColumns = "Sys_UserDefaultColumns";
  447. /// <summary>
  448. /// 用户禁止访问字段 ( Table Type:U; IsInMemory:False )
  449. /// </summary>
  450. public const string Sys_UserDenyColumns = "Sys_UserDenyColumns";
  451. /// <summary>
  452. /// 用户菜单权限设置 ( Table Type:U; IsInMemory:False )
  453. /// </summary>
  454. public const string Sys_UserHasFunction = "Sys_UserHasFunction";
  455. /// <summary>
  456. /// 用户信息 ( Table Type:U; IsInMemory:False )
  457. /// </summary>
  458. public const string Sys_Users = "Sys_Users";
  459. /// <summary>
  460. /// SysRegisters ( Table Type:U; IsInMemory:False )
  461. /// </summary>
  462. public const string SysRegisters = "SysRegisters";
  463. /// <summary>
  464. /// 经营类型 ( Table Type:U; IsInMemory:False )
  465. /// </summary>
  466. public const string TradeType = "TradeType";
  467. /// <summary>
  468. /// 用户-市场对照表 ( Table Type:U; IsInMemory:False )
  469. /// </summary>
  470. public const string UserHasMarket = "UserHasMarket";
  471. /// <summary>
  472. /// 用户单位 ( Table Type:U; IsInMemory:False )
  473. /// </summary>
  474. public const string UseUnit = "UseUnit";
  475. /// <summary>
  476. /// 用户单位类型 ( Table Type:U; IsInMemory:False )
  477. /// </summary>
  478. public const string UseUnitType = "UseUnitType";
  479. /// <summary>
  480. /// 蔬菜类型 ( Table Type:U; IsInMemory:False )
  481. /// </summary>
  482. public const string VegetableType = "VegetableType";
  483. /// <summary>
  484. /// 车辆管理 ( Table Type:U; IsInMemory:False )
  485. /// </summary>
  486. public const string Voiture = "Voiture";
  487. /// <summary>
  488. /// 相关证件类型 ( Table Type:U; IsInMemory:False )
  489. /// </summary>
  490. public const string WarrantType = "WarrantType";
  491. /// <summary>
  492. /// 复秤情况台帐 ( Table Type:U; IsInMemory:False )
  493. /// </summary>
  494. public const string WeightCheckLog = "WeightCheckLog";
  495. /// <summary>
  496. /// v_CheckProjectTypeMapping ( Table Type:V; IsInMemory:False )
  497. /// </summary>
  498. public const string v_CheckProjectTypeMapping = "v_CheckProjectTypeMapping";
  499. /// <summary>
  500. /// v_UserDenyColumns ( Table Type:V; IsInMemory:False )
  501. /// </summary>
  502. public const string v_UserDenyColumns = "v_UserDenyColumns";
  503. /// <summary>
  504. /// v_UserHasAllFunctions_New ( Table Type:V; IsInMemory:False )
  505. /// </summary>
  506. public const string v_UserHasAllFunctions_New = "v_UserHasAllFunctions_New";
  507. /// <summary>
  508. /// v_UserHasAllFunctions_New_N ( Table Type:V; IsInMemory:False )
  509. /// </summary>
  510. public const string v_UserHasAllFunctions_New_N = "v_UserHasAllFunctions_New_N";
  511. /// <summary>
  512. /// v_viewUsers ( Table Type:V; IsInMemory:False )
  513. /// </summary>
  514. public const string v_viewUsers = "v_viewUsers";
  515. /// <summary>
  516. /// v_ySpecials_Mapping ( Table Type:V; IsInMemory:False )
  517. /// </summary>
  518. public const string v_ySpecials_Mapping = "v_ySpecials_Mapping";
  519. /// <summary>
  520. /// ViewAttachFireProtectInspectLog ( Table Type:V; IsInMemory:False )
  521. /// </summary>
  522. public const string ViewAttachFireProtectInspectLog = "ViewAttachFireProtectInspectLog";
  523. /// <summary>
  524. /// ViewAttachWeightCheckLog ( Table Type:V; IsInMemory:False )
  525. /// </summary>
  526. public const string ViewAttachWeightCheckLog = "ViewAttachWeightCheckLog";
  527. /// <summary>
  528. /// ViewCheckData ( Table Type:V; IsInMemory:False )
  529. /// </summary>
  530. public const string ViewCheckData = "ViewCheckData";
  531. /// <summary>
  532. /// ViewCleansingCheckLog ( Table Type:V; IsInMemory:False )
  533. /// </summary>
  534. public const string ViewCleansingCheckLog = "ViewCleansingCheckLog";
  535. /// <summary>
  536. /// viewConsumerComplain ( Table Type:V; IsInMemory:False )
  537. /// </summary>
  538. public const string viewConsumerComplain = "viewConsumerComplain";
  539. /// <summary>
  540. /// ViewConsumerComplain_New ( Table Type:V; IsInMemory:False )
  541. /// </summary>
  542. public const string ViewConsumerComplain_New = "ViewConsumerComplain_New";
  543. /// <summary>
  544. /// ViewDutyLog ( Table Type:V; IsInMemory:False )
  545. /// </summary>
  546. public const string ViewDutyLog = "ViewDutyLog";
  547. /// <summary>
  548. /// ViewFireProtectInspectLog ( Table Type:V; IsInMemory:False )
  549. /// </summary>
  550. public const string ViewFireProtectInspectLog = "ViewFireProtectInspectLog";
  551. /// <summary>
  552. /// viewGoodsRecall ( Table Type:V; IsInMemory:False )
  553. /// </summary>
  554. public const string viewGoodsRecall = "viewGoodsRecall";
  555. /// <summary>
  556. /// viewGoodsRecallLog ( Table Type:V; IsInMemory:False )
  557. /// </summary>
  558. public const string viewGoodsRecallLog = "viewGoodsRecallLog";
  559. /// <summary>
  560. /// ViewMajorGoods ( Table Type:V; IsInMemory:False )
  561. /// </summary>
  562. public const string ViewMajorGoods = "ViewMajorGoods";
  563. /// <summary>
  564. /// ViewMajorGoods_New ( Table Type:V; IsInMemory:False )
  565. /// </summary>
  566. public const string ViewMajorGoods_New = "ViewMajorGoods_New";
  567. /// <summary>
  568. /// ViewMajorGoodsLog ( Table Type:V; IsInMemory:False )
  569. /// </summary>
  570. public const string ViewMajorGoodsLog = "ViewMajorGoodsLog";
  571. /// <summary>
  572. /// ViewMarketChart ( Table Type:V; IsInMemory:False )
  573. /// </summary>
  574. public const string ViewMarketChart = "ViewMarketChart";
  575. /// <summary>
  576. /// viewMarketCredits ( Table Type:V; IsInMemory:False )
  577. /// </summary>
  578. public const string viewMarketCredits = "viewMarketCredits";
  579. /// <summary>
  580. /// ViewMarketInfos ( Table Type:V; IsInMemory:False )
  581. /// </summary>
  582. public const string ViewMarketInfos = "ViewMarketInfos";
  583. /// <summary>
  584. /// ViewMarketOperators ( Table Type:V; IsInMemory:False )
  585. /// </summary>
  586. public const string ViewMarketOperators = "ViewMarketOperators";
  587. /// <summary>
  588. /// ViewMarketSellers ( Table Type:V; IsInMemory:False )
  589. /// </summary>
  590. public const string ViewMarketSellers = "ViewMarketSellers";
  591. /// <summary>
  592. /// ViewMarketSellers_Interface ( Table Type:V; IsInMemory:False )
  593. /// </summary>
  594. public const string ViewMarketSellers_Interface = "ViewMarketSellers_Interface";
  595. /// <summary>
  596. /// ViewMarketSellers_New ( Table Type:V; IsInMemory:False )
  597. /// </summary>
  598. public const string ViewMarketSellers_New = "ViewMarketSellers_New";
  599. /// <summary>
  600. /// ViewMarketSellerWarrant ( Table Type:V; IsInMemory:False )
  601. /// </summary>
  602. public const string ViewMarketSellerWarrant = "ViewMarketSellerWarrant";
  603. /// <summary>
  604. /// ViewMarketStatute ( Table Type:V; IsInMemory:False )
  605. /// </summary>
  606. public const string ViewMarketStatute = "ViewMarketStatute";
  607. /// <summary>
  608. /// ViewMarketViolations ( Table Type:V; IsInMemory:False )
  609. /// </summary>
  610. public const string ViewMarketViolations = "ViewMarketViolations";
  611. /// <summary>
  612. /// ViewMarketWarrantInfos_New ( Table Type:V; IsInMemory:False )
  613. /// </summary>
  614. public const string ViewMarketWarrantInfos_New = "ViewMarketWarrantInfos_New";
  615. /// <summary>
  616. /// ViewNameBrandInfos ( Table Type:V; IsInMemory:False )
  617. /// </summary>
  618. public const string ViewNameBrandInfos = "ViewNameBrandInfos";
  619. /// <summary>
  620. /// ViewReserveCompensateLog ( Table Type:V; IsInMemory:False )
  621. /// </summary>
  622. public const string ViewReserveCompensateLog = "ViewReserveCompensateLog";
  623. /// <summary>
  624. /// ViewSaleDestLog ( Table Type:V; IsInMemory:False )
  625. /// </summary>
  626. public const string ViewSaleDestLog = "ViewSaleDestLog";
  627. /// <summary>
  628. /// viewSellerCredits ( Table Type:V; IsInMemory:False )
  629. /// </summary>
  630. public const string viewSellerCredits = "viewSellerCredits";
  631. /// <summary>
  632. /// ViewSellerViolationLog ( Table Type:V; IsInMemory:False )
  633. /// </summary>
  634. public const string ViewSellerViolationLog = "ViewSellerViolationLog";
  635. /// <summary>
  636. /// ViewSellerViolations ( Table Type:V; IsInMemory:False )
  637. /// </summary>
  638. public const string ViewSellerViolations = "ViewSellerViolations";
  639. /// <summary>
  640. /// ViewSpecials ( Table Type:V; IsInMemory:False )
  641. /// </summary>
  642. public const string ViewSpecials = "ViewSpecials";
  643. /// <summary>
  644. /// ViewStalls ( Table Type:V; IsInMemory:False )
  645. /// </summary>
  646. public const string ViewStalls = "ViewStalls";
  647. /// <summary>
  648. /// ViewStockRecvLog ( Table Type:V; IsInMemory:False )
  649. /// </summary>
  650. public const string ViewStockRecvLog = "ViewStockRecvLog";
  651. /// <summary>
  652. /// ViewStockupBeanLog ( Table Type:V; IsInMemory:False )
  653. /// </summary>
  654. public const string ViewStockupBeanLog = "ViewStockupBeanLog";
  655. /// <summary>
  656. /// ViewStockupLog ( Table Type:V; IsInMemory:False )
  657. /// </summary>
  658. public const string ViewStockupLog = "ViewStockupLog";
  659. /// <summary>
  660. /// ViewSuppliers ( Table Type:V; IsInMemory:False )
  661. /// </summary>
  662. public const string ViewSuppliers = "ViewSuppliers";
  663. /// <summary>
  664. /// ViewSysRegisters ( Table Type:V; IsInMemory:False )
  665. /// </summary>
  666. public const string ViewSysRegisters = "ViewSysRegisters";
  667. /// <summary>
  668. /// viewWeightCheckLog ( Table Type:V; IsInMemory:False )
  669. /// </summary>
  670. public const string viewWeightCheckLog = "viewWeightCheckLog";
  671. /// <summary>
  672. /// ViewWeightCheckLog_New ( Table Type:V; IsInMemory:False )
  673. /// </summary>
  674. public const string ViewWeightCheckLog_New = "ViewWeightCheckLog_New";
  675. /// <summary>
  676. /// ViewWeightCheckLogInfo ( Table Type:V; IsInMemory:False )
  677. /// </summary>
  678. public const string ViewWeightCheckLogInfo = "ViewWeightCheckLogInfo";
  679. /// <summary>
  680. /// vwBBCheckData ( Table Type:V; IsInMemory:False )
  681. /// </summary>
  682. public const string vwBBCheckData = "vwBBCheckData";
  683. /// <summary>
  684. /// vwBulletinInfoMarkets ( Table Type:V; IsInMemory:False )
  685. /// </summary>
  686. public const string vwBulletinInfoMarkets = "vwBulletinInfoMarkets";
  687. /// <summary>
  688. /// vwBulletinInfoNoRead ( Table Type:V; IsInMemory:False )
  689. /// </summary>
  690. public const string vwBulletinInfoNoRead = "vwBulletinInfoNoRead";
  691. /// <summary>
  692. /// vwBulletinInfoRead ( Table Type:V; IsInMemory:False )
  693. /// </summary>
  694. public const string vwBulletinInfoRead = "vwBulletinInfoRead";
  695. /// <summary>
  696. /// vwCheckData ( Table Type:V; IsInMemory:False )
  697. /// </summary>
  698. public const string vwCheckData = "vwCheckData";
  699. /// <summary>
  700. /// vwMarketAndSellerWrnt ( Table Type:V; IsInMemory:False )
  701. /// </summary>
  702. public const string vwMarketAndSellerWrnt = "vwMarketAndSellerWrnt";
  703. /// <summary>
  704. /// vwMarketBaseInfo ( Table Type:V; IsInMemory:False )
  705. /// </summary>
  706. public const string vwMarketBaseInfo = "vwMarketBaseInfo";
  707. /// <summary>
  708. /// vwMarketEvalGrade ( Table Type:V; IsInMemory:False )
  709. /// </summary>
  710. public const string vwMarketEvalGrade = "vwMarketEvalGrade";
  711. /// <summary>
  712. /// vwMarketEvalGrade_New ( Table Type:V; IsInMemory:False )
  713. /// </summary>
  714. public const string vwMarketEvalGrade_New = "vwMarketEvalGrade_New";
  715. /// <summary>
  716. /// vwMarketEvalRpt ( Table Type:V; IsInMemory:False )
  717. /// </summary>
  718. public const string vwMarketEvalRpt = "vwMarketEvalRpt";
  719. /// <summary>
  720. /// vwMarketMajorQuote ( Table Type:V; IsInMemory:False )
  721. /// </summary>
  722. public const string vwMarketMajorQuote = "vwMarketMajorQuote";
  723. /// <summary>
  724. /// vwMarketSellerEvalGrade ( Table Type:V; IsInMemory:False )
  725. /// </summary>
  726. public const string vwMarketSellerEvalGrade = "vwMarketSellerEvalGrade";
  727. /// <summary>
  728. /// vwMarketSellerWarrant ( Table Type:V; IsInMemory:False )
  729. /// </summary>
  730. public const string vwMarketSellerWarrant = "vwMarketSellerWarrant";
  731. /// <summary>
  732. /// vwMarketWrntDueExpire ( Table Type:V; IsInMemory:False )
  733. /// </summary>
  734. public const string vwMarketWrntDueExpire = "vwMarketWrntDueExpire";
  735. /// <summary>
  736. /// vwMarketWrntDueExpireCalc ( Table Type:V; IsInMemory:False )
  737. /// </summary>
  738. public const string vwMarketWrntDueExpireCalc = "vwMarketWrntDueExpireCalc";
  739. /// <summary>
  740. /// vwSellerEvalRpt ( Table Type:V; IsInMemory:False )
  741. /// </summary>
  742. public const string vwSellerEvalRpt = "vwSellerEvalRpt";
  743. /// <summary>
  744. /// vwSellerWrntDueExpire ( Table Type:V; IsInMemory:False )
  745. /// </summary>
  746. public const string vwSellerWrntDueExpire = "vwSellerWrntDueExpire";
  747. /// <summary>
  748. /// vwSellerWrntDueExpireCalc ( Table Type:V; IsInMemory:False )
  749. /// </summary>
  750. public const string vwSellerWrntDueExpireCalc = "vwSellerWrntDueExpireCalc";
  751. /// <summary>
  752. /// vwSpecialsGoods ( Table Type:V; IsInMemory:False )
  753. /// </summary>
  754. public const string vwSpecialsGoods = "vwSpecialsGoods";
  755. /// <summary>
  756. /// vwUserHasAllFunctions ( Table Type:V; IsInMemory:False )
  757. /// </summary>
  758. public const string vwUserHasAllFunctions = "vwUserHasAllFunctions";
  759. /// <summary>
  760. /// vwUserHasAllMarkets ( Table Type:V; IsInMemory:False )
  761. /// </summary>
  762. public const string vwUserHasAllMarkets = "vwUserHasAllMarkets";
  763. public const string VarietyCategory = "VarietyCategory";
  764. }
  765. }