fix: 01, 04 active tree & functional hold dialog

This commit is contained in:
puriphatt 2024-07-19 10:35:18 +00:00
parent bc894192a3
commit f23916b2ea
3 changed files with 202 additions and 43 deletions

View file

@ -167,6 +167,7 @@ export type ProductGroup = {
detail: string;
remark: string;
status: Status;
type: string;
createdBy: CreatedBy;
createdAt: string;
updatedBy: UpdatedBy;