票务
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-logistics-time-line',
|
||||
templateUrl: './logistics-time-line.component.html',
|
||||
styleUrls: ['./logistics-time-line.component.less']
|
||||
})
|
||||
export class LogisticsTimeLineComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user