exp.html
20.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
<!DOCTYPE html>
<html>
<head>
<title>exp.md</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<style>
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
body {
font-family: "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback";
font-size: 14px;
padding: 0 12px;
line-height: 22px;
word-wrap: break-word;
}
#code-csp-warning {
position: fixed;
top: 0;
right: 0;
color: white;
margin: 16px;
text-align: center;
font-size: 12px;
font-family: sans-serif;
background-color:#444444;
cursor: pointer;
padding: 6px;
box-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
#code-csp-warning:hover {
text-decoration: none;
background-color:#007acc;
box-shadow: 2px 2px 2px rgba(0,0,0,.25);
}
body.scrollBeyondLastLine {
margin-bottom: calc(100vh - 22px);
}
body.showEditorSelection .code-line {
position: relative;
}
body.showEditorSelection .code-active-line:before,
body.showEditorSelection .code-line:hover:before {
content: "";
display: block;
position: absolute;
top: 0;
left: -12px;
height: 100%;
}
body.showEditorSelection li.code-active-line:before,
body.showEditorSelection li.code-line:hover:before {
left: -30px;
}
.vscode-light.showEditorSelection .code-active-line:before {
border-left: 3px solid rgba(0, 0, 0, 0.15);
}
.vscode-light.showEditorSelection .code-line:hover:before {
border-left: 3px solid rgba(0, 0, 0, 0.40);
}
.vscode-dark.showEditorSelection .code-active-line:before {
border-left: 3px solid rgba(255, 255, 255, 0.4);
}
.vscode-dark.showEditorSelection .code-line:hover:before {
border-left: 3px solid rgba(255, 255, 255, 0.60);
}
.vscode-high-contrast.showEditorSelection .code-active-line:before {
border-left: 3px solid rgba(255, 160, 0, 0.7);
}
.vscode-high-contrast.showEditorSelection .code-line:hover:before {
border-left: 3px solid rgba(255, 160, 0, 1);
}
img {
max-width: 100%;
max-height: 100%;
}
a {
color: #4080D0;
text-decoration: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus {
outline: 1px solid -webkit-focus-ring-color;
outline-offset: -1px;
}
hr {
border: 0;
height: 2px;
border-bottom: 2px solid;
}
h1 {
padding-bottom: 0.3em;
line-height: 1.2;
border-bottom-width: 1px;
border-bottom-style: solid;
}
h1, h2, h3 {
font-weight: normal;
}
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
font-size: inherit;
line-height: auto;
}
a:hover {
color: #4080D0;
text-decoration: underline;
}
table {
border-collapse: collapse;
}
table > thead > tr > th {
text-align: left;
border-bottom: 1px solid;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
padding: 5px 10px;
}
table > tbody > tr + tr > td {
border-top: 1px solid;
}
blockquote {
margin: 0 7px 0 5px;
padding: 0 16px 0 10px;
border-left: 5px solid;
}
code {
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
font-size: 14px;
line-height: 19px;
}
body.wordWrap pre {
white-space: pre-wrap;
}
.mac code {
font-size: 12px;
line-height: 18px;
}
pre:not(.hljs),
pre.hljs code > div {
padding: 16px;
border-radius: 3px;
overflow: auto;
}
/** Theming */
.vscode-light,
.vscode-light pre code {
color: rgb(30, 30, 30);
}
.vscode-dark,
.vscode-dark pre code {
color: #DDD;
}
.vscode-high-contrast,
.vscode-high-contrast pre code {
color: white;
}
.vscode-light code {
color: #A31515;
}
.vscode-dark code {
color: #D7BA7D;
}
.vscode-light pre:not(.hljs),
.vscode-light code > div {
background-color: rgba(220, 220, 220, 0.4);
}
.vscode-dark pre:not(.hljs),
.vscode-dark code > div {
background-color: rgba(10, 10, 10, 0.4);
}
.vscode-high-contrast pre:not(.hljs),
.vscode-high-contrast code > div {
background-color: rgb(0, 0, 0);
}
.vscode-high-contrast h1 {
border-color: rgb(0, 0, 0);
}
.vscode-light table > thead > tr > th {
border-color: rgba(0, 0, 0, 0.69);
}
.vscode-dark table > thead > tr > th {
border-color: rgba(255, 255, 255, 0.69);
}
.vscode-light h1,
.vscode-light hr,
.vscode-light table > tbody > tr + tr > td {
border-color: rgba(0, 0, 0, 0.18);
}
.vscode-dark h1,
.vscode-dark hr,
.vscode-dark table > tbody > tr + tr > td {
border-color: rgba(255, 255, 255, 0.18);
}
.vscode-light blockquote,
.vscode-dark blockquote {
background: rgba(127, 127, 127, 0.1);
border-color: rgba(0, 122, 204, 0.5);
}
.vscode-high-contrast blockquote {
background: transparent;
border-color: #fff;
}
</style>
<link rel="stylesheet" href="file:///file%3A///D%3A/Program%20Files/Microsoft%20VS%20Code/css/def.css" type="text/css">
<style>
/* Tomorrow Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
color: #8e908c;
}
/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
color: #c82829;
}
/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
color: #f5871f;
}
/* Tomorrow Yellow */
.hljs-attribute {
color: #eab700;
}
/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
color: #718c00;
}
/* Tomorrow Blue */
.hljs-title,
.hljs-section {
color: #4271ae;
}
/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
color: #8959a8;
}
.hljs {
display: block;
overflow-x: auto;
color: #4d4d4c;
padding: 0.5em;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
</style>
<style>
/*
* Markdown PDF CSS
*/
body {
font-family: "Meiryo", "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback";
}
pre {
background-color: #f8f8f8;
border: 1px solid #cccccc;
border-radius: 3px;
overflow-x: auto;
white-space: pre-wrap;
overflow-wrap: break-word;
}
pre:not(.hljs) {
padding: 23px;
line-height: 19px;
}
blockquote {
background: rgba(127, 127, 127, 0.1);
border-color: rgba(0, 122, 204, 0.5);
}
.emoji {
height: 1.4em;
}
/* for inline code */
:not(pre):not(.hljs) > code {
color: #C9AE75; /* Change the old color so it seems less like an error */
font-size: inherit;
}
/* Page Break : use <div class="page"/> to insert page break
-------------------------------------------------------- */
.page {
page-break-after: always;
}
</style>
<link rel="stylesheet" href="file:///e%3A/%E8%B5%84%E6%96%99/%E9%9B%86%E6%88%90%E4%B8%AD%E5%BF%83/table.css" type="text/css">
</head>
<body>
<p><font color=#666666 size=5 face="PingFangSC-Regular">流程归档集成</font></p>
<ul>
<li><a href="#0">使用场景</a></li>
<li><a href="#1">操作说明</a></li>
<li><a href="#2">开发相关</a></li>
</ul>
<H3 id='0' style="border-left: 4px solid #3677D5;height:42px;line-height:42px;background:#F4F4F4"><font color=#08C size=4 face="PingFangSC-Semibold" > 使用场景</font></H3>
<p>越来越多的客户采购了档案系统,客户期望OA流程在归档后,能自动归档到档案系统中,以便做统一的档案管理。</p>
<p>通过配置方案,将OA归档流程导出到指定的服务器、数据库中,以便档案系统获取并生成对应的内容。</p>
<p>流程归档后导出文件的存储路径包含三种:<strong>服务器所在的机器</strong>、 <strong>指定的FTP路径</strong>、<strong>指定的数据库</strong></p>
<H3 id=1 style="border-left: 4px solid #3677D5;height:42px;line-height:42px;background:#F4F4F4"><font color=#08C size=4 face="PingFangSC-Semibold" > 操作说明</font></H3>
<p>操作入口:<strong>集成中心</strong> - <strong>流程归档集成</strong><br>
<img src="image/exp01.png" alt="流程归档集成"><br>
在 <strong>流程归档集成</strong> - <strong>归档配置</strong> 中, 设置归档文件存储方式和同步方式等<br>
<img src="image/exp02.png" alt="流程归档集成"><br>
在 <strong>流程归档集成</strong> - <strong>归档流程注册</strong> 中,设置 <strong>归档配置</strong> 中的 <strong>归档方案</strong> 与 <strong>流程数据</strong> 的关联<br>
<img src="image/exp03.png" alt="流程归档集成"><br>
在 <strong>流程归档集成</strong> - <strong>归档配置</strong> 中,包含 <strong>归档FTP列表</strong>、 <strong>归档本地列表</strong>、 <strong>归档数据库列表</strong>、 <strong>归档方案列表</strong>四项。其中 <strong>归档FTP列表</strong>、 <strong>归档本地列表</strong>、 <strong>归档数据库列表</strong>为三种文件保存方式,<br>
<img src="image/exp04.png" alt="流程归档集成"><br>
<strong>归档FTP列表:</strong> 设置FTP服务器信息,流程归档保存到所设置的ftp路径下<br>
<img src="image/exp18.png" alt="流程归档集成"><br>
<strong>归档本地列表:</strong> 设置Ecology服务器所在机器的路径,,流程归档保存到Ecology所在服务器上<br>
<img src="image/exp19.png" alt="流程归档集成"><br>
<strong>归档数据库列表:</strong> 设置数据库信息,流程归档保存到所设置的数据库中<br>
<img src="image/exp20.png" alt="流程归档集成"><br>
<strong>归档方案列表</strong> 为文件归档方案,方案类型包含 <strong>XML方案</strong> 和 <strong>数据库方案</strong> 两种<br>
<img src="image/exp05.png" alt="流程归档集成"></p>
<blockquote>
<ol>
<li><strong>XML方案</strong></li>
</ol>
</blockquote>
<p>点击 <strong>注册XML方案</strong> ,弹出 <strong>注册XML方案</strong> 界面,代表所归档的流程数据以XML格式保存<br>
<img src="image/exp06.png" alt="流程归档集成"><br>
<strong>基础信息 - 方案名称:</strong> 设置归档方案名称<br>
<strong>基础信息 - 文件保存方式:</strong> 流程中附件、文档等的保存方式,XML类型的文件保存方式只能选择 <strong>FTP</strong> 和 <strong>本地</strong> 两种,代表XML格式的流程数据保存方式<br>
<strong>基础信息 - 注册类型:</strong> 选择在 <strong>归档FTP列表</strong> 或 <strong>归档本地列表</strong> 中已经注册的归档配置<br>
<img src="image/exp08.png" alt="流程归档集成"><br>
<strong>基础信息 - 同步方式:</strong> 流程数据的同步方式,包含 <strong>手工同步</strong> 和 <strong>自动同步</strong> 两种。如果是自动同步,可以设置自动同步频率。同步频率包含 <strong>按天</strong>、 <strong>按周</strong>、 <strong>按月</strong>、 <strong>按年</strong> 四种<br>
<img src="image/exp07.png" alt="流程归档集成"><br>
<strong>XML设置:</strong> 将流程表单内容以 <strong>XML</strong> 格式导出,其他档案系统可直接解析此XML,完成与档案系统的对接。<br>
<strong>XML设置 - XML设置:</strong> XML的格式,包含 <strong>自由格式</strong> 和 <strong>中信格式</strong> 两种<br>
<strong>XML设置 - XML文件编码:</strong> 归档的XML文件的编码,包含 <strong>UTF-8</strong>、<strong>GB2312</strong>、<strong>GBK</strong>三种<br>
<strong>XML设置 - 文件信息格式:</strong><br>
<strong>XML设置 - XML包含流转意见:</strong> 归档的XML文件中是否包含流程的流转意见<br>
<strong>XML设置 - XML模板设置:</strong> 如果是中信格式,则会预置XML格式。否则可以自行设置XML格式。XML格式中可以使用系统预置字段,获取流程中的数据<br>
<img src="image/exp09.png" alt="流程归档集成"><br>
<strong>流程文档导出设置:</strong> 流程中文档和附件的导出设置<br>
<strong>流程文档导出设置 - 导出流程表单文档:</strong> 是否导出流程表单中的文档字段和附件字段,当选择是时,可选择是否导出为ZIP<br>
<strong>流程文档导出设置 - 导出流转意见文档:</strong> 是否导出流转意见中的附件,当选择是时,可选择是否导出为ZIP<br>
<strong>流程文档导出设置 - 导出流程文档路径:</strong> 可设置流程文档的导出路径。此路径为相对路径,是相对于 <strong>文件保存方式</strong> 中所选择的保存方式所设置的路径。<br>
<img src="image/exp10.png" alt="流程归档集成"><br>
<strong>流程表单导出设置:</strong> 将流程表单内容以 <strong>Html</strong> 格式导出<br>
<strong>流程表单导出设置 - 导出流程表单:</strong> 是否以 <strong>Html</strong> 格式导出流程表单内容,选择是后,需要设置 <strong>导出流程表单路径</strong>。此路径为相对路径,是相对于 <strong>文件保存方式</strong> 中所选择的保存方式所设置的路径。<br>
<strong>流程表单导出设置 - 导出流转意见:</strong> 是否以 <strong>Html</strong> 格式导出流转意见内容,选择是后,可以选择是否 <strong>导出签章图片</strong>,并可设置 <strong>导出签章图片路径</strong>。此路径为相对路径,是相对于 <strong>文件保存方式</strong> 中所选择的保存方式所设置的路径。<br>
<img src="image/exp11.png" alt="流程归档集成"></p>
<blockquote>
<ol start="2">
<li><strong>数据库方案</strong></li>
</ol>
</blockquote>
<p>点击 <strong>注册数据库方案</strong> ,弹出 <strong>注册数据库方案</strong> 界面,代表所归档的流程数据保存到数据库中<br>
<img src="image/exp12.png" alt="流程归档集成"><br>
<strong>基础信息 - 方案名称:</strong> 设置归档方案名称<br>
<strong>基础信息 - 文件保存方式:</strong> 流程中附件、文档等的保存方式,数据库类型的文件保存方式可以选择 <strong>FTP</strong> 、 <strong>本地</strong> 和 <strong>数据库</strong> 三种,代表数据库格式的流程数据保存方式<br>
<strong>基础信息 - 注册类型:</strong> 根据 <strong>文件保存方式</strong> 的不同,选择在 <strong>归档FTP列表</strong> 、 <strong>归档本地列表</strong>、<strong>归档数据库列表</strong> 中已经注册的归档配置<br>
<strong>基础信息 - 文档归档目标:</strong> 流程文档存储在数据库表的位置,可以选择 <strong>主表</strong> 或 <strong>明细表</strong>。当为主表时,只有主表的文档字段可设置,否则只有明细表的文档字段可设置。<br>
<img src="image/exp15.png" alt="流程归档集成"><br>
<img src="image/exp16.png" alt="流程归档集成"><br>
<strong>基础信息 - 文档存储数据类型:</strong> 流程文档存储在数据库中的内容,当 <strong>文件保存方式</strong> 为 <strong>FTP</strong> 和 <strong>本地</strong> 时,将文档所存储的文件路径存储到数据库中;当 <strong>文件保存方式</strong> 为 <strong>数据库</strong> 时,将文档内容存储到数据库中。<br>
<strong>基础信息 - 同步方式:</strong> 流程数据的同步方式,包含 <strong>手工同步</strong> 和 <strong>自动同步</strong> 两种。如果是自动同步,可以设置自动同步频率。同步频率包含 <strong>按天</strong>、 <strong>按周</strong>、 <strong>按月</strong>、 <strong>按年</strong> 四种<br>
<img src="image/exp13.png" alt="流程归档集成"><br>
<strong>数据库设置 - 注册数据库:</strong> 选择流程表单归档时保存到的数据库。选择内容是在 <strong>归档数据库列表</strong> 中所注册的数据库。<br>
<img src="image/exp14.png" alt="流程归档集成"><br>
<strong>数据库设置 - 主表表名:</strong> 选择好数据库后会自动所设置的带出主表表名<br>
<strong>数据库设置 - 主表主键生成规则:</strong> 主键字段值的设置方式,包括:<strong>自增长</strong>、<strong>UUID</strong>、<strong>时间戳</strong>三种方式。<br>
<strong>数据库设置 - 主表主键生成规则 - 自增长:</strong> 流程归档在向数据库插入值时不插入主键字段的内容。主键值是按数据表所设置的增长方式增长,创建数据表时已经定义好,<br>
<strong>数据库设置 - 主表主键生成规则 - UUID:</strong> 流程自定义的固定长度且唯一的字符串,流程归档在向数据库插入值时将此字符串内容插入主键字段中<br>
<strong>数据库设置 - 主表主键生成规则 - 时间戳:</strong> 将固定格式的时间戳的值做为主键内容,流程归档在向数据库插入值时将此内容插入主键字段中<br>
<strong>数据库设置 - 主表字段列表:</strong> 解析所选数据库主表字段,并可设置该字段的类型。<br>
<strong>数据库设置 - 主表字段列表 - 文档:</strong> 文档数据保存字段<br>
可以是文档路径(字段类型为文本或 varchar),也可以是文档内容(字段类型:sqlserver是image,oracle是blob)
数据库表中只能有一个字段为文档<br>
<strong>数据库设置 - 主表字段列表 - 文档类型:</strong> 流程归档时,流程中每个附件、文档正文等字段都在数据库表中存储为一条数据,当流程中有多个文档字段时,就会有多条数据行。每条数据行中的文档类型字段指定当前数据行对应的文档类型。<br>
数据库字段类型必须为varchar。<br>
数据库表中只能有一个字段为文档类型<br>
如下图,当字段为流程表单附件时,则数据库中A00字段的值为 <strong>附件</strong>。当字段为流程表单正文时,则数据库中A00字段的值为 <strong>流程正文</strong><br>
<img src="image/exp17.png" alt="流程归档集成"><br>
<strong>数据库设置 - 主表字段列表 - 文档名称:</strong> 保存文档的名称,数据库类型为varchar<br>
<strong>数据库设置 - 明细表表名:</strong> 选择好数据库后会自动所设置的带出明细表表名<br>
<strong>数据库设置 - 明细表字段列表:</strong> 明细表字段设置,其中文档、文档类型、文档名称的逻辑与主表一致<br>
<strong>数据库设置 - 明细表字段列表 - 关联主表:</strong> 明细表存储主表主键的字段,即外键字段。<br>
<strong>流程文档导出设置:</strong> 流程中文档和附件的导出设置<br>
<strong>流程文档导出设置 - 导出流程表单文档:</strong> 是否导出流程表单中的文档字段和附件字段,当选择是时,可选择是否导出为ZIP<br>
<strong>流程文档导出设置 - 导出流转意见文档:</strong> 是否导出流转意见中的附件,当选择是时,可选择是否导出为ZIP<br>
<strong>流程文档导出设置 - 导出流程文档路径:</strong> 可设置流程文档的导出路 径。此路径为相对路径,是相对于 <strong>文件保存方式</strong> 中所选择的保存方式所设置的路径。
<img src="image/exp10.png" alt="流程归档集成"><br>
<strong>流程表单导出设置:</strong> 将流程表单内容以 <strong>Html</strong> 格式导出<br>
<strong>流程表单导出设置 - 导出流程表单:</strong> 是否以 <strong>Html</strong> 格式导出流程表单内容,选择是后,需要设置 <strong>导出流程表单路径</strong>。此路径为相对路径,是相对于 <strong>文件保存方式</strong> 中所选择的保存方式所设置的路径。<br>
<strong>流程表单导出设置 - 导出流转意见:</strong> 是否以 <strong>Html</strong> 格式导出流转意见内容,选择是后,可以选择是否 <strong>导出签章图片</strong>,并可设置 <strong>导出签章图片路径</strong>。此路径为相对路径,是相对于 <strong>文件保存方式</strong> 中所选择的保存方式所设置的路径。
<img src="image/exp11.png" alt="流程归档集成"><br>
<strong>流程文档类型对应文档类型设置:</strong> 文档类型字段对应数据库存储的内容,具体看文档类型说明<br>
<img src="image/exp17.png" alt="流程归档集成"><br>
<strong>归档日志:</strong> 可以查看流程归档的日志信息<br>
<img src="image/exp21.png" alt="流程归档集成"></p>
<H3 id=2 style="border-left: 4px solid #3677D5;height:42px;line-height:42px;background:#F4F4F4"><font color=#08C size=4 face="PingFangSC-Semibold" > 开发相关</font></H3>
<ol>
<li><strong>数据库相关</strong>
<ol>
<li>方案列表数据库表: <strong>exp_ProList</strong></li>
<li>归档流程注册数据库表: <strong>exp_workflowDetail</strong></li>
<li>归档日志数据库表: <strong>exp_logdetail</strong></li>
</ol>
</li>
<li><strong>代码相关</strong>
<ol>
<li>归档方案列表页面: <strong>/integration/exp/ExpProDetail.jsp</strong></li>
<li>归档流程注册列表页面: <strong>/integration/exp/ExpWorkflowList.jsp</strong></li>
<li>归档日志列表页面: <strong>/integration/exp/ExpLogList.jsp</strong></li>
</ol>
</li>
</ol>
</body>
</html>