wuxw
2025-03-20 3b6f49f1123f68bb6d1424070600158f85b66a30
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;
    }
}