shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/dto/parkingAreaAttr/ParkingAreaAttrDto.java
old mode 100644 new mode 100755
@@ -23,6 +23,7 @@
    private String specName;
    private String valueName;
    private String listShow;
    private String specType;
    private Date createTime;
@@ -110,4 +111,12 @@
    public void setListShow(String listShow) {
        this.listShow = listShow;
    }
    public String getSpecType() {
        return specType;
    }
    public void setSpecType(String specType) {
        this.specType = specType;
    }
}