fix: แก้ type ProductGroupUpdate

This commit is contained in:
Net 2024-06-11 16:29:21 +07:00
parent 85f82693ad
commit 9bf966f2cd

View file

@ -24,4 +24,5 @@ export interface ProductGroupUpdate {
remark: string;
detail: string;
name: string;
code: string;
}