66e1870b by 周伟奇

Merge branch 'feature/fsm-contract' into feature/uat-tmp

2 parents 617e8a4e e0f78c8c
WEP_FIELD = {
"0": {
'keys': {
'客户姓名': [('客户姓名', (r'^客户姓名.?$', r'^企业名称.?$'), 'top1', {})],
'客户姓名': [('客户姓名', (r'^姓名.?$', r'^企业名称.?$'), 'top1', {})],
'证件类型': [('证件类型', (r'^证件类型.?$', ), 'top1', {})],
'证件号码': [('证件号码', (r'^证件号码.?$', r'^统一社会信用代码.?$'), 'top1', {})],
'合同价格(小写)': [('人民币', (r'^人民币¥.?$', ), 'top1', {})],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!