feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit 310682f745 - Show all commits

View File

@ -67,5 +67,5 @@ public class PwrGnrSimResponse {
private List<PwrGnrSimRoofResponse> pcsList;
@Schema(description = "안내문구")
private String guideInfo;
private String guideInfo = "";
}