wuxw
2022-11-09 c1f18289bb2afb747e4761063d227b3bbdcb6e75
java110-bean/src/main/java/com/java110/dto/systemInfo/SystemInfoDto.java
@@ -27,6 +27,10 @@
    private String subSystemTitle;
    private String companyName;
    private String mallUrl;
    private String ownerUrl;
    private String propertyUrl;
    private String logoUrl;
    private String propertyTitle;
@@ -148,4 +152,20 @@
    public void setSystemSimpleTitle(String systemSimpleTitle) {
        this.systemSimpleTitle = systemSimpleTitle;
    }
    public String getOwnerUrl() {
        return ownerUrl;
    }
    public void setOwnerUrl(String ownerUrl) {
        this.ownerUrl = ownerUrl;
    }
    public String getPropertyUrl() {
        return propertyUrl;
    }
    public void setPropertyUrl(String propertyUrl) {
        this.propertyUrl = propertyUrl;
    }
}