java110-bean/src/main/java/com/java110/dto/machine/MachineTypeDto.java
@@ -20,6 +20,7 @@ private String parentTypeId; private String machineTypeCd; private String communityId; private String[] communityIds; private String communityName; private String isEnable; private String machineTypeCode; @@ -154,4 +155,12 @@ public void setCommunityName(String communityName) { this.communityName = communityName; } public String[] getCommunityIds() { return communityIds; } public void setCommunityIds(String[] communityIds) { this.communityIds = communityIds; } }