车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 11:13:54 +08:00
parent d718a7ff08
commit 79ff8ddbd7
7 changed files with 320 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/*
* @Author: your name
* @Date: 2021-12-03 15:23:05
* @LastEditTime: 2022-01-04 14:46:23
* @LastEditors: Please set LastEditors
* @LastEditTime : 2022-01-19 10:53:26
* @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
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\sys-setting.module.ts
*/
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
@ -34,6 +34,7 @@ import { NetworkFreightComponent } from './components/network-freight/network-fr
import { CloseAccountComponent } from './components/close-account/close-account.component';
import { SystemSupplyLogsComponent } from './components/system-supply-logs/system-supply-logs.component';
import { SystemWaybillLogsComponent } from './components/system-waybill-logs/system-waybill-logs.component';
import { BtnManagementComponent } from './components/close-account copy/btn-management.component';
const COMPONENTS = [
StaffManagementComponent,
@ -52,7 +53,8 @@ const COMPONENTS = [
NetworkFreightComponent,
CloseAccountComponent,
SystemSupplyLogsComponent,
SystemWaybillLogsComponent
SystemWaybillLogsComponent,
BtnManagementComponent
];
const NOTROUTECOMPONENTS = [
BuyerTranspowerComponent,