📄 newsftl.java
字号:
package com.suncms.domain;
public class NewsFtl {
private String realPath;
private String templatePath;
private String saveDirectory;
private String filePostfix;
private String template_news;
private String template_newslist;
private String template_parlist;
private String template_index;
private String template_top;
private String template_vote;
public String getTemplate_news() {
return template_news;
}
public void setTemplate_news(String template_news) {
this.template_news = template_news;
}
public String getTemplate_newslist() {
return template_newslist;
}
public void setTemplate_newslist(String template_newslist) {
this.template_newslist = template_newslist;
}
public String getTemplate_parlist() {
return template_parlist;
}
public void setTemplate_parlist(String template_parlist) {
this.template_parlist = template_parlist;
}
public String getTemplate_index() {
return template_index;
}
public void setTemplate_index(String template_index) {
this.template_index = template_index;
}
public String getTemplate_top() {
return template_top;
}
public void setTemplate_top(String template_top) {
this.template_top = template_top;
}
public String getTemplate_vote() {
return template_vote;
}
public void setTemplate_vote(String template_vote) {
this.template_vote = template_vote;
}
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -