DTO수정
This commit is contained in:
@@ -107,6 +107,7 @@ public class MapSheetMngDto {
|
|||||||
return this.syncNotPaireExecCnt + this.syncDuplicateExecCnt + this.syncFaultExecCnt;
|
return this.syncNotPaireExecCnt + this.syncDuplicateExecCnt + this.syncFaultExecCnt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public String getMngStateName() {
|
public String getMngStateName() {
|
||||||
String enumId = this.mngState;
|
String enumId = this.mngState;
|
||||||
if( enumId == null || enumId.isEmpty())enumId = "NOTYET";
|
if( enumId == null || enumId.isEmpty())enumId = "NOTYET";
|
||||||
|
|||||||
Reference in New Issue
Block a user