1234567891011121314151617 |
- import { Component, OnInit, ViewChild } from '@angular/core';
- import { _HttpClient, ModalHelper } from '@delon/theme';
- import { STColumn, STComponent } from '@delon/abc';
- import { SFSchema } from '@delon/form';
- @Component({
- selector: 'app-basedata-business-relations',
- templateUrl: './business-relations.component.html',
- })
- export class BasedataBusinessRelationsComponent implements OnInit {
-
- constructor() { }
- ngOnInit() { }
- }
|