feat: 들여쓰기

This commit is contained in:
2025-11-17 14:19:29 +09:00
parent 92f5b61114
commit dc9b40e78b
29 changed files with 735 additions and 777 deletions

View File

@@ -2,7 +2,7 @@ package com.kamco.cd.kamcoback.config.enums;
public interface EnumType {
String getId();
String getId();
String getText();
String getText();
}