
com.fasc.open.api.v5_1.res.template.GetTemplatePreviewUrlRes Maven / Gradle / Ivy
package com.fasc.open.api.v5_1.res.template;
import com.fasc.open.api.bean.base.BaseBean;
/**
* @author Fadada
* @date 2022/11/3 11:07:53
*/
public class GetTemplatePreviewUrlRes extends BaseBean {
private String templatePreviewUrl;
public String getTemplatePreviewUrl() {
return templatePreviewUrl;
}
public void setTemplatePreviewUrl(String templatePreviewUrl) {
this.templatePreviewUrl = templatePreviewUrl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy