From 2f55cebbad3dea187a5f91d16ec80a9677dab699 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 11:16:53 +0800
Subject: [PATCH] 1

---
 src/main/java/com/yssh/entity/xls/WeekExcel.java |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/src/main/java/com/yssh/entity/xls/WeekExcel.java b/src/main/java/com/yssh/entity/xls/WeekExcel.java
index 9135633..cd17a2f 100644
--- a/src/main/java/com/yssh/entity/xls/WeekExcel.java
+++ b/src/main/java/com/yssh/entity/xls/WeekExcel.java
@@ -1,10 +1,5 @@
 package com.yssh.entity.xls;
 
-/**
- * 鍛ㄦ姤Excel
- * @author WWW
- * @date 2023-08-08
- */
 public class WeekExcel {
     /**
      * 涓婂懆
@@ -25,11 +20,6 @@
      * 鍛ㄥ悓姣�
      */
     private String ztb;
-
-    /**
-     * 鍛ㄧ幆姣�2
-     */
-    private String zhb2;
 
     /**
      * 绱
@@ -69,12 +59,11 @@
     public WeekExcel() {
     }
 
-    public WeekExcel(String sz, String zhb, String ztq, String ztb, String zhb2, String lj, String ljtb, String syn, String ys, String fs, String fx, String wd) {
+    public WeekExcel(String sz, String zhb, String ztq, String ztb, String lj, String ljtb, String syn, String ys, String fs, String fx, String wd) {
         this.sz = sz;
         this.zhb = zhb;
         this.ztq = ztq;
         this.ztb = ztb;
-        this.zhb2 = zhb2;
         this.lj = lj;
         this.ljtb = ljtb;
         this.syn = syn;
@@ -114,14 +103,6 @@
 
     public void setZtb(String ztb) {
         this.ztb = ztb;
-    }
-
-    public String getZhb2() {
-        return zhb2;
-    }
-
-    public void setZhb2(String zhb2) {
-        this.zhb2 = zhb2;
     }
 
     public String getLj() {

--
Gitblit v1.9.3