LogErrorLevel -> CodeExpose 추가 #120
@@ -1,5 +1,6 @@
|
||||
package com.kamco.cd.training.log.dto;
|
||||
|
||||
import com.kamco.cd.training.common.utils.enums.CodeExpose;
|
||||
import com.kamco.cd.training.common.utils.enums.EnumType;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import java.time.LocalDate;
|
||||
@@ -77,6 +78,7 @@ public class ErrorLogDto {
|
||||
}
|
||||
}
|
||||
|
||||
@CodeExpose
|
||||
public enum LogErrorLevel implements EnumType {
|
||||
WARNING("Warning"),
|
||||
ERROR("Error"),
|
||||
|
||||
Reference in New Issue
Block a user