【add】readme新增结算、详情表部分

This commit is contained in:
nixj 2024-05-08 16:54:40 +08:00
parent a20503afd9
commit 0bc1c47791
1 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 差旅项目
# 差旅项目功能模块
## application
### commands
继承command类通用的of方法用于选取处理方法
@ -48,4 +48,17 @@ dao层
加密、jwt等工具类
## interfaces
### rest
高德、同程、携程等第三方API
高德、同程、携程等第三方API
# 表
## 结算记录表 非实时(同程是 月初才有数据 携程是 T+1
order_flight_record
order_hotel_record
order_train_record
order_car_record
## 结算详情表 实时
flight_order_detail
hotel_order_detail
train_order_detail
car_order_detail