추론결과 국유In 등록 벨리데이션 체크 수정

This commit is contained in:
2026-02-02 17:15:57 +09:00
parent 6e9b4196b8
commit cf4f79f7ca
5 changed files with 14 additions and 20 deletions

View File

@@ -59,6 +59,11 @@ public class GukYuinDto {
private Integer stage;
private String uid;
private String applyStatus;
private Boolean applyYn;
public Boolean getApplyYn() {
return this.applyYn != null && this.applyYn;
}
}
@Getter