Skip to content
operation-work.component.ts 267 B
Newer Older
wangqinghua's avatar
log
wangqinghua committed
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'smart-operation-work',
  templateUrl: './operation-work.component.html',
  styles: []
})
export class OperationWorkComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}