spotless 적용

This commit is contained in:
2025-12-31 09:45:25 +09:00
parent 04517256fd
commit 1d3e4f22cb
6 changed files with 52 additions and 39 deletions

View File

@@ -7,10 +7,6 @@ import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class DetectMastDto {
@Getter
@@ -71,21 +67,13 @@ public class DetectMastDto {
private String featureId;
}
/** before 연도 */
private String cprsBfYr;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class FeaturePnuDto {
/** after 연도 */
private String cprsAdYr;
/** 차수 */
private Integer dtctSno;
/** shp 파일경로 */
private String pathNm;
/** 등록한 사람 사번 */
private String crtEpno;
/** 등록한 사람 ip */
private String crtIp;
private String featureId; // polygon_id
private String pnu; // 랜덤 생성
}
}