Modifier Category Working

This commit is contained in:
2026-01-24 03:26:03 +00:00
parent e4072d0872
commit 4f0346551a
24 changed files with 231 additions and 215 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { MenuCategory } from './menu-category';
import { SaleCategory } from './sale-category';
import { Tax } from './tax';
import { MenuCategory } from '../core/menu-category';
import { SaleCategory } from '../core/sale-category';
import { Tax } from '../core/tax';
export class Product {
id: string | undefined;