라벨작업관리 목록 API 날짜 수정, 에러로그 날짜 변환 수정
This commit is contained in:
@@ -5,6 +5,7 @@ import com.kamco.cd.kamcoback.common.utils.enums.Enums;
|
||||
import com.kamco.cd.kamcoback.common.utils.interfaces.JsonFormatDttm;
|
||||
import com.kamco.cd.kamcoback.label.dto.LabelAllocateDto.LabelMngState;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import java.time.LocalDate;
|
||||
import java.time.ZonedDateTime;
|
||||
import java.util.UUID;
|
||||
import lombok.AllArgsConstructor;
|
||||
@@ -120,11 +121,11 @@ public class LabelWorkDto {
|
||||
@Schema(description = "변화탐지년도", example = "2024")
|
||||
private String detectYear;
|
||||
|
||||
@Schema(description = "시작일", example = "20260101")
|
||||
private String strtDttm;
|
||||
@Schema(description = "시작일", example = "2026-01-01")
|
||||
private LocalDate strtDttm;
|
||||
|
||||
@Schema(description = "종료일", example = "20261201")
|
||||
private String endDttm;
|
||||
@Schema(description = "종료일", example = "2026-12-01")
|
||||
private LocalDate endDttm;
|
||||
|
||||
public Pageable toPageable() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user