feat(inventory): 商品管理新增儲位欄位
This commit is contained in:
@@ -37,6 +37,7 @@ export interface Product {
|
||||
conversionRate?: number;
|
||||
purchaseUnitId?: number;
|
||||
purchaseUnit?: Unit;
|
||||
location?: string;
|
||||
createdAt?: string;
|
||||
updatedAt?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user