[Developer] #424 fix Oracle DATE token errors

Refs #424
This commit is contained in:
devmrko
2026-06-23 11:43:51 +09:00
parent 9e812042b6
commit a6dcaa1b63
9 changed files with 118 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
package com.cloudhandson.vpdbackoffice.web;
public record RuntimeErrorMessage(
String title,
String message,
boolean showSupportCommand
) {
}