更新:優化配方詳情彈窗 UI 與一般修正
This commit is contained in:
@@ -22,6 +22,7 @@ export interface Category {
|
||||
export interface Product {
|
||||
id: string;
|
||||
code: string;
|
||||
barcode?: string;
|
||||
name: string;
|
||||
categoryId: number;
|
||||
category?: Category;
|
||||
|
||||
Reference in New Issue
Block a user