package com.common.doc;
public class DocFtl {
private String realPath;
private String templatePath;
private String saveDirectory;
private String filePostfix;
private String templateName;
public String getTemplateName() {
return templateName;
}
public void setTemplateName(String templateName) {
this.templateName = templateName;
}
public String getFilePostfix() {
return filePostfix;
}
public void setFilePostfix(String filePostfix) {
this.filePostfix = filePostfix;
}
public String getRealPath() {
return realPath;
}
public void setRealPath(String realPath) {
this.realPath = realPath;
}
public String getSaveDirectory() {
return saveDirectory;
}
public void setSaveDirectory(String saveDirectory) {
this.saveDirectory = saveDirectory;
}
public String getTemplatePath() {
return templatePath;
}
public void setTemplatePath(String templatePath) {
this.templatePath = templatePath;
}
}
test
最新推荐文章于 2024-08-26 08:12:22 发布