diff --git a/core/src/main/kotlin/com/core/adapter/in/web/dto/GetFoodReq.kt b/core/src/main/kotlin/com/core/adapter/in/web/dto/GetFoodReq.kt new file mode 100644 index 0000000..311bbd2 --- /dev/null +++ b/core/src/main/kotlin/com/core/adapter/in/web/dto/GetFoodReq.kt @@ -0,0 +1,4 @@ +package com.core.adapter.`in`.web.dto + +class GetFoodReq { +} \ No newline at end of file diff --git a/core/src/main/kotlin/com/core/application/port/out/GetFoodPort.kt b/core/src/main/kotlin/com/core/application/port/out/GetFoodPort.kt new file mode 100644 index 0000000..c9353b9 --- /dev/null +++ b/core/src/main/kotlin/com/core/application/port/out/GetFoodPort.kt @@ -0,0 +1,4 @@ +package com.core.application.port.out + +interface GetFoodPort { +} \ No newline at end of file