车队长列表

This commit is contained in:
wangshiming
2021-12-01 15:07:12 +08:00
parent 741912c630
commit d4efbe4468
10 changed files with 579 additions and 414 deletions

View File

@ -1,20 +1,22 @@
/*
* @Author: your name
* @Date: 2021-11-29 15:22:34
* @LastEditTime: 2021-12-01 10:03:01
* @LastEditTime: 2021-12-01 15:03:22
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
import { NgModule } from '@angular/core';
import { SharedModule } from '@shared';
import { SupplyGoodsComponentListCarloadComponent } from './components/carload/carload.component';
import { SupplyGoodsComponentListLargeAmountComponent } from './components/large-amount/large-amount.component';
import { SupplyGoodsComponentListComponent } from './components/list/list.component';
import { SupplyGoodsRoutingModule } from './supply-goods-routing.module';
const COMPONENTS = [
SupplyGoodsComponentListComponent,
SupplyGoodsComponentListCarloadComponent
SupplyGoodsComponentListCarloadComponent,
SupplyGoodsComponentListLargeAmountComponent
];
@NgModule({