车辆接口更新

This commit is contained in:
wangshiming
2022-01-21 10:57:11 +08:00
parent c05a8eb2ba
commit 2bc832186a
13 changed files with 415 additions and 109 deletions

View File

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-12-03 15:23:05
* @LastEditTime : 2022-01-20 15:35:53
* @LastEditTime : 2022-01-21 10:29:45
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\sys-setting.module.ts
@ -36,6 +36,7 @@ import { SystemSupplyLogsComponent } from './components/system-supply-logs/syste
import { SystemWaybillLogsComponent } from './components/system-waybill-logs/system-waybill-logs.component';
import { BtnManagementComponent } from './components/btn-management/btn-management.component';
import { AnnouncementMessageComponent } from './components/announcement-message/announcement-message.component';
import { InsuranceSetComponent } from './components/insurance-set/insurance-set.component';
const COMPONENTS = [
StaffManagementComponent,
@ -56,7 +57,8 @@ const COMPONENTS = [
SystemSupplyLogsComponent,
SystemWaybillLogsComponent,
BtnManagementComponent,
AnnouncementMessageComponent
AnnouncementMessageComponent,
InsuranceSetComponent
];
const NOTROUTECOMPONENTS = [
BuyerTranspowerComponent,