Files
airport-chengdu-web/src/app/pages/system-management/data-synchronize/data-synchronize.component.ts
T

16 lines
309 B
TypeScript
Raw Normal View History

2018-10-29 16:27:34 +08:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-data-synchronize',
templateUrl: './data-synchronize.component.html',
styleUrls: ['./data-synchronize.component.scss']
})
export class DataSynchronizeComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}