diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index cef426f2..3dc25e2e 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -24,4 +24,5 @@ export interface ProductGroupUpdate { remark: string; detail: string; name: string; + code: string; }