Compare commits

...

2 Commits

View File

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