燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-09 7151950387b07d8ef9ebfc6e57dc3499e5d80b9b
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;
    }