commit | author | age | ||
a18bfa | 1 | package com.changhong.epc.constter.parsing.auto; |
Z | 2 | |
3 | public interface ParsingUrl { | |
4 | ||
5 | /** | |
6 | * ocr返回的票据信息 | |
7 | */ | |
8 | String REST_TENANT_JSON_PUSHORDERBILL_ORIGINAL = "json/pushOrderBill/original"; | |
9 | ||
10 | /** | |
11 | * 添加票据规则检查结果 | |
12 | */ | |
13 | String BILL_CHENCK_MSG_INSERT = "billInfo/checkMsg/insert"; | |
14 | ||
15 | /** | |
16 | * 添加记账状态 | |
17 | */ | |
18 | String ORDER_STATUS_INSERT = "orderStatus/insert"; | |
19 | ||
20 | /** | |
21 | * 列表数据导入 | |
22 | */ | |
23 | String PARSING_IMPORT_EXCEL = "parsing/import/excel"; | |
24 | ||
25 | } |