refactor: edit type
This commit is contained in:
parent
ce1fea1b53
commit
ae883dffd3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ export interface TreeProduct {
|
|||
id: string;
|
||||
code: string;
|
||||
type?: 'group' | 'type';
|
||||
[x: string]: any;
|
||||
}
|
||||
|
||||
export interface Service {
|
||||
|
|
@ -190,7 +191,6 @@ export type ProductGroup = {
|
|||
detail: string;
|
||||
remark: string;
|
||||
status: Status;
|
||||
type: string;
|
||||
createdBy: CreatedBy;
|
||||
createdAt: string;
|
||||
updatedBy: UpdatedBy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue