java110
2023-03-08 beaf6018bf6b1c06d9c1f6284e5047fa28ada124
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;
    }
}