refactor: edit type

This commit is contained in:
Net 2024-08-23 17:28:33 +07:00
parent ce1fea1b53
commit ae883dffd3

View file

@ -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;