src/main/java/com/yssh/entity/xls/DayExcel.java
@@ -44,6 +44,16 @@ public DayExcel() { } public DayExcel(String rjz, String lj, String ljtb, String ys, String fs, String fx, String wd) { this.rjz = rjz; this.lj = lj; this.ljtb = ljtb; this.ys = ys; this.fs = fs; this.fx = fx; this.wd = wd; } public String getRjz() { return rjz; }