Complete restaurant database schema and seed data

This commit is contained in:
2026-06-27 01:33:58 +03:30
parent 00f990c653
commit 0d1e887029
2 changed files with 51 additions and 106 deletions
+4
View File
@@ -0,0 +1,4 @@
package dev.model;
public class CartItem {
}