1、完善项目

2、完善合同
3、完善费用项
4、司机管理对接OCR
5、完善运输计划
6、完善临时额度
This commit is contained in:
2026-08-04 02:49:59 +08:00
387 changed files with 22482 additions and 110 deletions

View File

@@ -45,3 +45,27 @@ blade:
url: jdbc:mysql://172.16.203.228:3306/transport?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
username: transport
password: ab3acJYSC8A4ySpk
#第三方接口配置
thirdParty:
ocr:
# OCR磅单、车牌识别接口地址
baseUrl: http://127.0.0.1:8080
# OCR证件识别接口地址
baseOtherUrl: http://127.0.0.1:8080
wps:
# WPS开放接口地址
baseUrl: http://127.0.0.1:8080
oa:
# OA开放接口地址
baseUrl: http://127.0.0.1:8080
track:
# 轨迹开放接口地址
baseUrl: http://127.0.0.1:8080
mk:
# MK开放接口地址
baseUrl: http://127.0.0.1:8080
powerjob:
worker:
server-address: 172.16.203.228:7700