Your Name
2023-01-20 3fc509eab4e928c8e50e024788603002bd03ec63
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;
    }
}