车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 14:20:15 +08:00
parent bb61708d7a
commit f158c94cca
7 changed files with 24 additions and 10 deletions

View File

@ -4,9 +4,10 @@
* @Author : Shiming
* @Date : 2022-01-25 20:20:07
* @LastEditors : Shiming
* @LastEditTime : 2022-01-25 20:28:47
* @LastEditTime : 2022-01-26 11:05:44
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\insurance-table\\index.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
export * from './insurance-table.module'
export * from './insurance-table.service'
export * from './insurance-table.service'
export * from './insurance-table.component'

View File

@ -1,3 +1,13 @@
/*
* @Description :
* @Version : 1.0
* @Author : Shiming
* @Date : 2022-01-13 15:10:17
* @LastEditors : Shiming
* @LastEditTime : 2022-01-26 11:07:31
* @FilePath : \\tms-obc-web\\src\\app\\shared\\shared.module.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
/* eslint-disable import/order */
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
@ -27,6 +37,7 @@ import { ImageListModule } from './components/imagelist';
import { DictSelectComponent } from './components/dict-select';
import { PipeModule } from './pipes';
import { AccountDetailComponent } from './components/account-detail/account-detail.component';
import { InsuranceTableModule } from './components/insurance-table';
const MODULES = [
AddressModule,
@ -41,6 +52,7 @@ const MODULES = [
AmapModule,
ImageListModule,
PipeModule,
InsuranceTableModule,
...PRO_SHARED_MODULES
];
// #endregion