添加新功能
报告生成
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
package com.ruoyi.system.domain_shate;
|
||||
|
||||
public class WordVo {
|
||||
|
||||
private String [] zoneList;
|
||||
|
||||
private String[] year;
|
||||
|
||||
public String[] getZoneList() {
|
||||
return zoneList;
|
||||
}
|
||||
|
||||
public void setZoneList(String[] zoneList) {
|
||||
this.zoneList = zoneList;
|
||||
}
|
||||
|
||||
public String[] getYear() {
|
||||
return year;
|
||||
}
|
||||
|
||||
public void setYear(String[] year) {
|
||||
this.year = year;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user