TA 역할 Spring 경계 smoke (role-ta-live-v2-001)

This commit is contained in:
forge-bot 2026-07-14 08:00:09 +00:00
parent 293cd7b018
commit 31b1dad126

View file

@ -0,0 +1,8 @@
package com.runtimematrix.dto;
public record ErrorResponse(
String code,
String message,
String timestamp,
String path
) {}