All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasc.open.api.v5_1.res.eui.GetPageResourceUrlRes Maven / Gradle / Ivy

There is a newer version: 5.6.4.0320
Show newest version
package com.fasc.open.api.v5_1.res.eui;

import com.fasc.open.api.bean.base.BaseBean;

/**
 * @author gongj
 * @date 2022/7/13
 */
public class GetPageResourceUrlRes extends BaseBean {
    private String resourceUrl;

    public String getResourceUrl() {
        return resourceUrl;
    }

    public void setResourceUrl(String resourceUrl) {
        this.resourceUrl = resourceUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy