DTO수정

This commit is contained in:
Moon
2025-12-17 15:09:03 +09:00
parent 6ff69b3498
commit b02b6c0388

View File

@@ -107,6 +107,7 @@ public class MapSheetMngDto {
return this.syncNotPaireExecCnt + this.syncDuplicateExecCnt + this.syncFaultExecCnt;
}
public String getMngStateName() {
String enumId = this.mngState;
if( enumId == null || enumId.isEmpty())enumId = "NOTYET";