添加新功能

报告生成
This commit is contained in:
2022-12-02 09:43:07 +08:00
parent 48e607e8b1
commit 4b48e7f55e
4 changed files with 345 additions and 184 deletions

View File

@ -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;
}
}