FormModeTableStructs.xml 34.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575
<?xml version="1.0" encoding="UTF-8"?>
<module id="formmodeimpexp" version="1.0.0">
	<tables>
		<table name="htmllabelindex" desc="字典索引表" ignore="true" pkauto="false"></table>
		<table name="htmllabelinfo" desc="字典信息表" ignore="true" pk="indexid,languageid" pkauto="false">
			<column name="indexid" foreigntable="htmllabelindex"></column>
		</table>
		<table name="workflow_bill" desc="工作流单据信息表" ignore="true" pkauto="false">
			<column name="namelabel" foreigntable="htmllabelindex"></column>
			<column name="tablename" istablename="true"></column>
		</table>
		<table name="mode_selectitempage" desc="公共选择项信息表" isapp="true" >
			<!-- <column name="creater" foreigntable="hrmresource"></column> -->
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<column name="formids" containtable="workflow_bill"></column>
		</table>
		<table name="workflow_billfield" desc="工作流单据字段表" ignore="true">
			<column name="billid" foreigntable="workflow_bill"></column>
			<column name="fieldlabel" foreigntable="htmllabelindex"></column>
			<column name="detailtable" istablename="true"></column>
			<column name="pubchoiceid" foreigntable="mode_selectitempage"></column>
		</table>
		<table name="workflow_formdetailinfo" desc="工作流单据行列规则表" forcedelete="true" pkauto="false">
			<column name="formid" foreigntable="workflow_bill" datawhere="true"></column>
		</table>
		<table name="modetreefield" desc="应用基本信息表" >
			<!-- <column name="superfieldid" foreigntable="modetreefield"></column> -->
			<!-- <column name="subcompanyid" foreigntable="hrmsubcompany"></column> -->
			<!-- <column name="allsuperfieldid" foreigntable=""></column> -->
			<column name="isdelete" defaultvalue="0"></column>
		</table>
		<table name="modeinfo" desc="模块基本信息表" isapp="true" >
			<column name="modetype" foreigntable="modetreefield" appwhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="modehtmllayout" desc="模块布局基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<!-- <column name="cssfile" foreigntable="workflow_crmcssfile"></column> -->
		</table>
		<table name="appdatacount" desc="应用统计信息表" isapp="true">
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
		</table>
		<table name="appforminfo" desc="应用表单关系表" isapp="true" pk="appid,formid" pkauto="false">
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="modeformverify" desc="表单重复验证配置表" pk="id" pkauto="false">
			<column name="formid" foreigntable="workflow_bill" datawhere="true"></column>
		</table>
		<table name="defaultvalue" desc="默认值基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="moderightinfo" desc="模块权限设置表" ismode="true" candelete="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
			<column name="layoutid1" foreigntable="modehtmllayout"></column>
			<column name="rolefield" foreigntable="workflow_billfield"></column>
		</table>
		<table name="formengineset" desc="表单引擎设置信息表" ismode="true" isapp="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
		</table>
		<table name="mode_barcode" desc="条形码设置" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
		</table>
		<table name="mode_batchmodify" desc="批量修改主表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="mode_custombrowser" desc="模块自定义浏览按钮" ismode="true" isapp="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<column name="customname" isbrowsername="true"></column>
		</table>
		<table name="mode_custompage" desc="模块自定义页面" isapp="true">
			<!-- <column name="creater" foreigntable="hrmresource"></column> -->
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
		</table>
		<table name="mode_customsearch" desc="模块自定义搜索" ismode="true" isapp="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="detailtable" istablename="true"></column>
			<column name="defaultsql" issql="true"></column>
		</table>
		<table name="mode_dataapprovalinfo" desc="数据审批记录表" ignore="true" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<!-- <column name="operator" foreigntable="hrmresource"></column> -->
		</table>
		<table name="mode_excelfield" desc="批量导入条件设置表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="mode_DataBatchImport" desc="批量导入设置" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="validateid" foreigntable="mode_excelfield"></column>
		</table>
		<table name="mode_customtree" desc="树形基本信息" ismode="true" isapp="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<!-- <column name="creater" foreigntable="hrmresource"></column> -->
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<column name="rooticon" isfile="true"></column>
		</table>
		<table name="mode_customtreedetail" desc="树形节点基本信息">
			<column name="mainid" foreigntable="mode_customtree" datawhere="true"></column>
			<column name="sourceid" foreigntable="modeinfo"></column>
			<column name="nodeicon" isfile="true"></column>
		</table>
		<table name="customfieldshowchange" desc="显示转换基本信息">
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="datashowset" desc="浏览框信息(建模部分)">
			<column name="customid" foreigntable="mode_custombrowser" datawhere="true"></column>
		</table>
		<table name="mode_browser" desc="浏览框信息(改造后)">
			<column name="customid" foreigntable="mode_custombrowser" datawhere="true"></column>
		</table>
		<table name="cube_browser_mobilelayout" desc="移动端浏览框配置表" >
			<column name="browsername" foreigntable="mode_browser" datawhere="true"></column>
		</table>
		<table name="mode_expangroup" desc="扩展页面组" ismode="true" >
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
		</table>
		<table name="mode_pageexpand" desc="页面扩展基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="groupid" foreigntable="mode_expangroup"></column>
		</table>
		<table name="expandbaserightinfo" desc="页面扩展权限信息" >
			<column name="modeid" foreigntable="modeinfo"></column>
			<column name="expandid" foreigntable="mode_pageexpand" datawhere="true"></column>
		</table>
		<table name="mode_batchSet" desc="批量修改设置表">
			<column name="customsearchid" foreigntable="mode_customsearch"></column>
			<column name="expandid" foreigntable="mode_pageexpand" datawhere="true"></column>
		</table>
		<table name="mode_CustombrowserDspField" desc="模块自定义浏览按钮显示字段">
			<column name="customid" foreigntable="mode_custombrowser" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="shownamelabel" foreigntable="htmllabelindex"></column>
		</table>
		<table name="mode_CustomDspField" desc="查询列表字段信息" candelete="true">
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="shownamelabel" foreigntable="htmllabelindex"></column>
		</table>
		<table name="mode_customResource" desc="资源面板基本信息" isapp="true">
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<column name="customsearchid" foreigntable="mode_customsearch"></column>
			<column name="titlefieldid" foreigntable="workflow_billfield"></column>
			<column name="startdatefieldid" foreigntable="workflow_billfield"></column>
			<column name="enddatefieldid" foreigntable="workflow_billfield"></column>
			<column name="starttimefieldid" foreigntable="workflow_billfield"></column>
			<column name="endtimefieldid" foreigntable="workflow_billfield"></column>
			<column name="contentfieldid" foreigntable="workflow_billfield"></column>
			<column name="resourcefieldid" foreigntable="workflow_billfield"></column>
			<column name="resourceshowfieldid" foreigntable="workflow_billfield"></column>
			<column name="startDateTimeFieldId" foreigntable="workflow_billfield"></column>
			<column name="endDateTimeFieldId" foreigntable="workflow_billfield"></column>

		</table>
		<table name="mode_customSearchButton" desc="查询列表自定义按钮">
			<column name="objid" foreigntable="mode_customsearch" datawhere="true"></column>
			<column name="pageexpandid" foreigntable="mode_pageexpand" ></column>
			<column name="jsmethodbody" encrypt="true"></column>
		</table>
		<table name="expandbaserightexpressionbase" desc="页面扩展权限条件关系详细表">
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="rightid" foreigntable="expandbaserightinfo" datawhere="true"></column>
		</table>
		<table name="expandbaserightexpressions" desc="页面扩展权限条件关系表">
			<column name="rightid" foreigntable="expandbaserightinfo" datawhere="true"></column>
			<column name="expbaseid" foreigntable="expandbaserightexpressionbase"></column>
		</table>
		<table name="mode_batchmodifydetail" desc="批量修改明细表">
			<column name="mainid" foreigntable="mode_batchmodify" datawhere="true"></column>
			<column name="feildid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="mode_custompagedetail" desc="模块自定义页面详细设置">
			<column name="mainid" foreigntable="mode_custompage" datawhere="true"></column>
			<column name="hrefaddress"  islink="true"></column>
		</table>
		<table name="mode_dmlactionset" desc="DML接口动作基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="expandid" foreigntable="mode_pageexpand"></column>
			<column name="targetmodeid" foreigntable="modeinfo"></column>
			<column name="dmlsource" foreigntable="workflow_bill"></column>
		</table>
		<table name="mode_dmlactionsqlset" desc="DML接口动作详细信息">
			<column name="actionid" foreigntable="mode_dmlactionset" datawhere="true"></column>
			<column name="dmlformid" foreigntable="workflow_bill"></column>
			<column name="actiontable" istablename="true"></column>
			<column name="dmltablename" istablename="true"></column>
		</table>
		<table name="mode_dmlactionfieldmap" desc="DML配置字段映射表" candelete="true">
			<column name="actionsqlsetid" foreigntable="mode_dmlactionsqlset" datawhere="true"></column>
		</table>
		<table name="mode_expressions_right" desc="条件设置--权限" pkauto="false">
			<column name="rightid" foreigntable="moderightinfo" datawhere="true"></column>
			<!-- <column name="expids" foreigntable="mode_expressions"></column> -->
			<!-- <column name="expbaseid" foreigntable="mode_expressionbase" datawhere="true"></column>
			<column name="searchtransmethodid" foreigntable="customfieldshowchange" datawhere="true"></column> -->
		</table>
		<table name="mode_layout_querySql" desc="布局中查询条件信息表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
		</table>
		<table name="mode_layout_sortfield" desc="布局中排序字段信息表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="mode_triggerworkflowset" desc="数据审批基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="wfcreaterfieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="mode_timedtask" desc="提醒动作列表" isapp="true" >
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
		</table>
		<table name="mode_timedtask_detail" desc="提醒动作详细">
		</table>
		<table name="mode_timedtask_detail_remind" desc="提醒动作详细_针对提醒">
			<column name="taskid" foreigntable="mode_timedtask" datawhere="true"></column>
		</table>
		<table name="mode_timedtask_detail_pageexpand" desc="提醒动作详细_针对页面扩展">
			<column name="modeid" foreigntable="modeinfo" datawhere="true"></column>
		</table>
		<table name="mode_pageexpanddetail" desc="页面扩展详细信息">
			<column name="mainid" foreigntable="mode_pageexpand" datawhere="true"></column>
			<column name="taskdetailid" foreigntable="mode_timedtask_detail"></column>
			<column name="dmlactionid" foreigntable="mode_dmlactionset"></column>
			<column name="triggerworkflowsetid" foreigntable="mode_triggerworkflowset"></column>
		</table>
		<table name="mode_pagerelatefield" desc="页面扩展相关字段信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="pageexpandid" foreigntable="mode_pageexpand"></column>
		</table>
		<table name="mode_pagerelatefielddetail" desc="页面扩展相关字段详细设置">
			<column name="mainid" foreigntable="mode_pagerelatefield" datawhere="true"></column>
			<!-- <column name="modefieldname" foreigntable="workflow_billfield"></column> -->
		</table>
		<table name="mode_remindjob" desc="提醒基本信息" isapp="true" ismode="true">
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
			<!-- <column name="creator" foreigntable="hrmresource"></column> -->
			<column name="reminddatefield" foreigntable="workflow_billfield"></column>
			<column name="remindtimefield" foreigntable="workflow_billfield"></column>
			<column name="incrementfield" foreigntable="workflow_billfield"></column>
			<column name="senderfield" foreigntable="workflow_billfield"></column>
			<column name="receiverfield" foreigntable="workflow_billfield"></column>
			<column name="triggerworkflowsetid" foreigntable="mode_triggerworkflowset"></column>
		</table>
		<table name="mode_reminddata" desc="提醒数据信息表">
			<column name="modeid" foreigntable="modeinfo"></column>
			<column name="remindjobid" foreigntable="mode_remindjob" datawhere="true"></column>
		</table>
		<table name="mode_reminddata_log" desc="提醒日志表" ignore="true">
			<column name="remindjobid" foreigntable="mode_remindjob" datawhere="true"></column>
		</table>
		<table name="mode_report" desc="报表基本信息" ismode="true" isapp="true">
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="appid" foreigntable="modetreefield" appwhere="true"></column>
		</table>
		<table name="mode_reportdspField" desc="报表字段信息表">
			<column name="reportid" foreigntable="mode_report" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="mode_reportshareinfo" desc="报表权限信息表" >
			<column name="reportid" foreigntable="mode_report" datawhere="true"></column>
		</table>
		<table name="mode_templateinfo" desc="查询模板信息表">
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
			<!-- <column name="createrid" foreigntable="hrmresource"></column> -->
		</table>
		<table name="mode_searchpageshareinfo" desc="查询列表权限信息表" >
			<column name="pageid" foreigntable="mode_customsearch" datawhere="true"></column>
		</table>
		<table name="mode_templatedspfield" desc="查询模板明细表">
			<column name="templateid" foreigntable="mode_templateinfo" datawhere="true"></column>
		</table>
		<table name="mode_toolbar_search" desc="工具栏查询信息表">
			<column name="mainid" foreigntable="mode_customsearch" datawhere="true"></column>
			<column name="searchField" foreigntable="workflow_billfield"></column>
			<column name="imageid" isfile="true"></column>
		</table>
		<table name="mode_expressions_dataapprove" desc="条件设置--数据审批" pkauto="false">
			<column name="triggerworkflowsetid" foreigntable="mode_triggerworkflowset" datawhere="true"></column>
		</table>
		<table name="mode_expressions_searchtrans" desc="条件设置--显示转换" pkauto="false">
			<column name="searchtransmethodid" foreigntable="customfieldshowchange" datawhere="true"></column>
		</table>
		<table name="mode_triggerworkflowsetdetail" desc="数据审批详细信息">
			<column name="mainid" foreigntable="mode_triggerworkflowset" datawhere="true"></column>
			<column name="modefieldid" foreigntable="workflow_billfield"></column>
			<column name="wffieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="mode_workflowtomodeset" desc="流程转数据基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<!-- <column name="workflowid" foreigntable="workflow_base"></column> -->
			<!-- <column name="modecreater" foreigntable="hrmresource"></column> -->
			<column name="modecreaterfieldid" foreigntable="workflow_billfield"></column>
			<!-- <column name="triggerNodeId" foreigntable="workflow_nodebase"></column> -->
			<!-- <column name="actionid" foreigntable="workflowactionset"></column> -->
		</table>
	<!-- 	<table name="mode_workflowtomodesetdetail" desc="流程转数据详细表">
			<column name="mainid" foreigntable="mode_workflowtomodeset" datawhere="true"></column>
			<column name="modefieldid" foreigntable="workflow_billfield"></column>
			<column name="wffieldid" foreigntable="workflow_billfield"></column>
		</table> -->
		<table name="mode_workflowtomodesetopt" desc="流程转数据子表操作设置">
			<column name="mainid" foreigntable="mode_workflowtomodeset" datawhere="true"></column>
		</table>
		<table name="modeattrlinkage" desc="属性联动基本信息表" ismode="true" candelete="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<!-- <column name="selectfieldid" foreigntable="workflow_billfield"></column>
			<column name="selectfieldvalue" foreigntable=""></column>
			<column name="changefieldids" foreigntable="workflow_billfield"></column> -->
			<column name="layoutid" foreigntable="modehtmllayout"></column>
		</table>
		<table name="modecode" desc="字段编码基本信息" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="codefieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="modecodedetail" desc="字段编码详细信息">
			<column name="codemainid" foreigntable="modecode" datawhere="true"></column>
		</table>
		<table name="modecode_daizi" desc="编码代字设置功能基础表">
			<column name="codedetailid" foreigntable="modecodedetail" datawhere="true"></column>
		</table>
		<table name="modedatainputentry" desc="字段联动设置基本信息" ismode="true" candelete="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<!-- <column name="triggerfieldname" foreigntable="workflow_billfield"></column> -->
		</table>
		<table name="modedatainputmain" desc="字段联动设置主信息" candelete="true">
			<column name="entryid" foreigntable="modedatainputentry" datawhere="true"></column>
		</table>
		<table name="modedatainputtable" desc="字段联动引用数据库表名" candelete="true">
			<column name="datainputid" foreigntable="modedatainputmain" datawhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="modedatainputfield" desc="字段联动字段信息" candelete="true">
			<column name="datainputid" foreigntable="modedatainputmain" datawhere="true"></column>
			<column name="tableid" foreigntable="modedatainputtable"></column>
			<!-- <column name="pagefieldname" foreigntable="workflow_billfield"></column> -->
		</table>
		<table name="modefieldattr" desc="布局字段属性表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
		</table>
		<table name="modefieldauthorize" desc="数据关联授权基本信息表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
		</table>
		<table name="modeformextend" desc="虚拟表单信息表" pk="appid,formid" pkauto="false">
			<column name="formid" foreigntable="workflow_bill" datawhere="true"></column>
			<column name="appid" foreigntable="modetreefield"></column>
		</table>
		<table name="modeformfield" desc="模块布局字段信息表" ismode="true" pk="modeid,layoutid,fieldid,type" pkauto="false" candelete="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
		</table>
		<table name="modeformfieldextend" desc="表单字段扩展表" pk="fieldid,formid" pkauto="false">
			<column name="formid" foreigntable="workflow_bill" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="modeformgroup" desc="布局明细组属性表" ismode="true" pk="modeid,formid,layoutid,type,groupid" pkauto="false">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
			<column name="layoutid" foreigntable="modehtmllayout"></column>
		</table>
		<table name="modeqrcode" desc="二维码配置信息表" ismode="true">
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
		</table>
		<table name="mode_newserialnum" desc="单独流水号信息表">
			<column name="codemainid" foreigntable="modecode" datawhere="true"></column>
		</table>
		<table name="Workflow_billdetailtable" desc="流程明细表">
			<column name="billid" foreigntable="workflow_bill" datawhere="true"></column>
			<column name="tablename" istablename="true"></column>
		</table>
		<table name="mode_excelfielddetail" desc="批量导入条件设置明细表">
			<column name="mainid" foreigntable="mode_excelfield" datawhere="true"></column>
			<column name="selectids" foreigntable="workflow_billfield"></column>
			<column name="fieldid" containtable="workflow_billfield"></column>
		</table>
		<table name="mode_selectitempagedetail" desc="公共选择项明细表">
			<column name="mainid" foreigntable="mode_selectitempage" datawhere="true"></column>
			<!-- <column name="pid" foreigntable="mode_selectitempagedetail"></column> -->
		</table>
		<table name="workflow_selectitem" desc="流程选择框选项">
			<column name="fieldid" foreigntable="workflow_billfield" datawhere="true"></column>
			<column name="pubid" foreigntable="mode_selectitempagedetail"></column>
		</table>
		<table name="formmodelog" desc="后台操作日志表" ignore="true">
		</table>
		<table name="modelogfielddetail" desc="日志字段明细表" ignore="true" ismode="true">
			<column name="viewlogid" foreigntable="formmodelog"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
			<column name="modeid" foreigntable="modeinfo" modewhere="true"></column>
		</table>
		<table name="mode_fieldtype" desc="字段类型信息表" ignore="true">
			<column name="namelabel" foreigntable="htmllabelinfo"></column>
		</table>
		<table name="mode_pageexpandtemplate" desc="模块页面扩展初始化数据" ignore="true">
		</table>
		<table name="mode_sapactionset" desc="无" ignore="true">
		</table>
		<table name="mode_sapactionsetdetail" desc="无" ignore="true">
		</table>
		<table name="mode_wsactionset" desc="无" ignore="true">
		</table>
		<table name="workflow_specialfield" desc="特殊字段表" >
            <column name="fieldid" foreigntable="workflow_billfield" datawhere="true"></column>
        </table>
		<table name="mode_quicksearch_setting" desc="快捷搜索配置表" >
            <column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
        </table>
		<table name="mode_quicksearch_condition" desc="快捷搜索条件表" >
            <column name="customid" foreigntable="mode_customsearch" ></column>
            <column name="fieldid" foreigntable="workflow_billfield" datawhere="true"></column>
        </table>
		<table name="mode_quicksearch_detail" desc="快捷搜索条件明细表" >
            <column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
            <column name="fieldid" foreigntable="workflow_billfield" datawhere="true"></column>
            <column name="cid" foreigntable="mode_quicksearch_condition" datawhere="true"></column>
        </table>
        <table name="mode_customcountset" desc="统计配置表" >
            <column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
        </table>
        <table name="mode_jscodearea" desc="查询列表代码块" >
            <column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
        </table>
		<table name="remind_multi_ruleinfo" desc="提醒对象" >
			<column name="taskdetailid" foreigntable="mode_timedtask_detail" datawhere="true"></column>
		</table>
		<table name="mode_expressions_remind" desc="条件设置--提醒" pkauto="false">
			<column name="remindid" foreigntable="mode_timedtask_detail" datawhere="true"></column>
		</table>
		<table name="mode_expressions_search" desc="条件设置--查询" pkauto="false">
			<column name="searchcustomid" foreigntable="mode_customsearch" datawhere="true"></column>
		</table>
		<table name="mode_expressions_browser" desc="条件设置--浏览框" pkauto="false">
			<column name="browsercustomid" foreigntable="mode_custombrowser" datawhere="true"></column>
		</table>
		<table name="mode_import_fieldtrans" desc="	模块批量导入字段转换表">
			<column name="modeid" foreigntable="modeinfo" datawhere="true"></column>
			<column name="formid" foreigntable="workflow_bill" ></column>
			<column name="fieldid" foreigntable="workflow_billfield" ></column>
		</table>
		<table name="mode_expfieldtrans" desc="查询列表导出字段转换表">
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="mode_exportexcelset" desc="导出excel设置表" pk="customid,iscustomstyle" pkauto="false" >
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
		</table>
		<table name="mode_exportcustomstyle" desc="查询列表自定义导出样式表" pk="customid,headerbg" pkauto="false" >
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
		</table>
		<table name="mode_exportexcelfield" desc="查询列表自定义导出字段配置表" pk="customid,fieldid" pkauto="false" >
			<column name="customid" foreigntable="mode_customsearch" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield" ></column>
		</table>
		<table name="mode_ganttset" desc="甘特图基础信息表">
			<column name="modeid" foreigntable="modeinfo" datawhere="true"></column>
			<column name="formid" foreigntable="workflow_bill" ></column>
			<column name="appid" foreigntable="modetreefield" ></column>
			<column name="titlefield" foreigntable="workflow_billfield" ></column>
			<column name="superiorfield" foreigntable="workflow_billfield" ></column>
			<column name="frontfield" foreigntable="workflow_billfield" ></column>
			<column name="rearfield" foreigntable="workflow_billfield" ></column>
			<column name="startdatefield" foreigntable="workflow_billfield" ></column>
			<column name="starttimefield" foreigntable="workflow_billfield" ></column>
			<column name="enddatefield" foreigntable="workflow_billfield" ></column>
			<column name="endtimefield" foreigntable="workflow_billfield" ></column>
			<column name="progressfield" foreigntable="workflow_billfield" ></column>
			<column name="actualstartdatefield" foreigntable="workflow_billfield" ></column>
			<column name="actualstarttimefield" foreigntable="workflow_billfield" ></column>
			<column name="actualenddatefield" foreigntable="workflow_billfield" ></column>
			<column name="actualendtimefield" foreigntable="workflow_billfield" ></column>
			<column name="gttstartDateTimeField" foreigntable="workflow_billfield" ></column>
			<column name="gttendDateTimeField" foreigntable="workflow_billfield" ></column>
			<column name="gttactualStartDateTimeField" foreigntable="workflow_billfield" ></column>
			<column name="gttactualEndDateTimeField" foreigntable="workflow_billfield" ></column>
		</table>
		<table name="mode_ganttdspfield" desc="甘特图字段信息表">
			<column name="ganttid" foreigntable="mode_ganttset" datawhere="true"></column>
			<column name="fieldid" foreigntable="workflow_billfield" ></column>
			<column name="shownamelabel" foreigntable="htmllabelindex" ></column>
		</table>
		<table name="mode_board" desc="看板基础信息表">
			<column name="appid" foreigntable="modetreefield" datawhere="true"></column>
			<column name="customid" foreigntable="mode_customsearch" ></column>
			<column name="reffield" foreigntable="workflow_billfield" ></column>
			<column name="reftypefield" foreigntable="workflow_billfield" ></column>
			<column name="titlefield" foreigntable="workflow_billfield" ></column>
			<column name="principalfield" foreigntable="workflow_billfield" ></column>
			<column name="enddatefield" foreigntable="workflow_billfield" ></column>
			<column name="progressfield" foreigntable="workflow_billfield" ></column>
			<column name="statusfield" foreigntable="workflow_billfield" ></column>
			<column name="managerfield" foreigntable="workflow_billfield" ></column>
		</table>
		<table name="mode_board_grouptemp" desc="看板分组表">
			<column name="boardid" foreigntable="mode_board" datawhere="true"></column>
		</table>
		<table name="mode_board_group" desc="看板分组表">
			<column name="boardid" foreigntable="mode_board" datawhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="mode_boardshareinfo" desc="看板权限表">
			<column name="boardid" foreigntable="mode_board" datawhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="leftmenuinfo" desc="菜单表" datawhere="true" isapp="true" ismode="true" pkauto="false">
        </table>
		<table name="leftmenuconfig" desc="菜单配置表" >
            <column name="infoid" foreigntable="leftmenuinfo" datawhere="true" isapp="true" ismode="true"  ></column>
        </table>
       	<table name="mode_expressionbase" desc="条件设置基础信息表" pkauto="false">
			<column name="fieldid" foreigntable="workflow_billfield" datawhere="true" ></column>
			<column name="browsercustomid" foreigntable="mode_custombrowser"></column>
			<column name="searchcustomid" foreigntable="mode_customsearch"></column>
			<column name="rightid" foreigntable="moderightinfo" ></column>
			<column name="triggerworkflowsetid" foreigntable="mode_triggerworkflowset" ></column>
			<column name="workflowtomodeid" foreigntable="mode_workflowtomodeset" ></column>
			<column name="searchtransmethodid" foreigntable="customfieldshowchange" ></column>
			<column name="remindid" foreigntable="mode_timedtask_detail" ></column>
		</table>
        <table name="mode_expressions" desc="条件设置" pkauto="false">
        	<column name="expbaseid" foreigntable="mode_expressionbase"></column>
		</table>
		<table name="mode_mindmap" desc="思维导图主表">
			<column name="appid" foreigntable="modeTreeField" datawhere="true"></column>
		</table>
		<table name="mode_mindmap_nodeinfo" desc="思维导图明细表">
			<column name="mainid" foreigntable="mode_mindmap" datawhere="true"></column>
		</table>
		<table name="mode_mindmap_nodestyle" desc="思维导图节点配置表">
			<column name="nodeid" foreigntable="mode_mindmap_nodeinfo" datawhere="true"></column>
		</table>	
		<table name="ModeFormFieldEncrypt" desc="文本加密">
			<column name="fieldid" foreigntable="workflow_billfield" datawhere="true"></column>
			<column name="formid" foreigntable="workflow_bill"></column>
		</table>
		<table name="cube_field_assign_exp" desc="转数据公式左侧数据">
			<column name="wftomodeid" foreigntable="mode_workflowtomodeset" datawhere="true"></column>
			<column name="workflowid" foreigntable="workflow_base"></column>
			<column name="modeid" foreigntable="modeinfo"></column>
    	</table>
		<table name="cube_conditioninfo" desc="转数据if公式详细信息">
			<column name="mainid" foreigntable="cube_field_assign_exp" datawhere="true"></column>
			<column name="wftomodeid" foreigntable="mode_workflowtomodeset"></column>
			<column name="targetFieldid" foreigntable="workflow_billfield"></column>
		</table>
		<table name="cube_fieldexpinfo" desc="转数据公式复制详细信息">
			<column name="mainid" foreigntable="cube_field_assign_exp" datawhere="true"></column>
			<column name="wftomodeid" foreigntable="mode_workflowtomodeset"></column>
			<column name="fieldid" foreigntable="workflow_billfield"></column>
		</table>
	</tables>
</module>