북면설치 api dto 추가

This commit is contained in:
yjnoh 2025-04-22 13:23:37 +09:00
parent 493a7c1868
commit 2b51340eb9

View File

@ -43,4 +43,7 @@ public class ApiModuleTpItemResponse {
@Schema(description = "MIX배치 여부")
private String mixAsgYn;
@Schema(description = "북면설치 여부")
private String northModuleYn;
}