随笔分类 -  SSh

excel导出时要导入其他对象的内容,可以再对象和配置文件中更改
摘要:cccc private String infotxt; private String resulttype; public String getResulttype() { return resulttype; } public void setResulttype(String resulttype) { this.resulttype = resulttype; } public String getInfotxt() { return infotxt; } public void s... 阅读全文
posted @ 2013-03-12 12:40 FanRongOS