spotless 적용
This commit is contained in:
@@ -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; // 랜덤 생성
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user