From 32a905fbf1daeac74cbd573e5b841709c44955c2 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期四, 08 五月 2025 17:01:27 +0800
Subject: [PATCH] 代码编写

---
 src/main/java/com/zy/nc/entity/NccScZkmxbWms.java |  200 +++++++++++++++++++++----------------------------
 1 files changed, 87 insertions(+), 113 deletions(-)

diff --git a/src/main/java/com/zy/nc/entity/NccScZkmxbWms.java b/src/main/java/com/zy/nc/entity/NccScZkmxbWms.java
index 16ee58a..6c49564 100644
--- a/src/main/java/com/zy/nc/entity/NccScZkmxbWms.java
+++ b/src/main/java/com/zy/nc/entity/NccScZkmxbWms.java
@@ -1,289 +1,308 @@
 package com.zy.nc.entity;
 
-import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableId;
 import com.baomidou.mybatisplus.annotations.TableName;
-import java.math.BigDecimal;
-import java.util.Date;
 import lombok.Data;
 
+import java.math.BigDecimal;
+import java.util.Date;
+
 /**
- * 
  * @TableName ncc_sc_zkmxb_wms
  */
-@TableName(value ="ncc_sc_zkmxb_wms")
+@TableName(value = "ncc_sc_zkmxb_wms")
 @Data
 public class NccScZkmxbWms {
     /**
-     * 
+     *
      */
     @TableId
     private String cspecialbid;
 
     /**
-     * 
+     *
      */
     private String vbillcode;
 
     /**
-     * 
+     *
      */
     private String dmakedate;
 
     /**
-     * 
+     *
      */
     private Date scdmakedate;
 
     /**
-     * 
+     *
      */
     private String dbilldate;
 
     /**
-     * 
+     *
      */
     private String taudittime;
 
     /**
-     * 
+     *
      */
     private String zzbm;
 
     /**
-     * 
+     *
      */
     private String zzmc;
 
     /**
-     * 
+     *
      */
     private String ckzzbm;
 
     /**
-     * 
+     *
      */
     private String ckzzmc;
 
     /**
-     * 
+     *
      */
     private String ckssbcode;
 
     /**
-     * 
+     *
      */
     private String cksssyb;
 
     /**
-     * 
+     *
      */
     private String ckckbm;
 
     /**
-     * 
+     *
      */
     private String ckckmc;
 
     /**
-     * 
+     *
      */
     private String ckbmbm;
 
     /**
-     * 
+     *
      */
     private String ckbmmc;
 
     /**
-     * 
+     *
      */
     private String rkzzbm;
 
     /**
-     * 
+     *
      */
     private String rkzzmc;
 
     /**
-     * 
+     *
      */
     private String rkssbcode;
 
     /**
-     * 
+     *
      */
     private String rksssyb;
 
     /**
-     * 
+     *
      */
     private String rkckbm;
 
     /**
-     * 
+     *
      */
     private String rkckmc;
 
     /**
-     * 
+     *
      */
     private String rkbmbm;
 
     /**
-     * 
+     *
      */
     private String rkbmmc;
 
     /**
-     * 
+     *
      */
     private Long djzt;
 
     /**
-     * 
+     *
      */
     private String zklx;
 
     /**
-     * 
+     *
      */
     private String wlbm;
 
     /**
-     * 
+     *
      */
     private String wlmc;
 
     /**
-     * 
+     *
      */
     private String wlgg;
 
     /**
-     * 
+     *
      */
     private String wlxh;
 
     /**
-     * 
+     *
      */
     private String wljc;
 
     /**
-     * 
+     *
      */
     private String jbflbm;
 
     /**
-     * 
+     *
      */
     private String jbflmc;
 
     /**
-     * 
+     *
      */
     private String sjflbm;
 
     /**
-     * 
+     *
      */
     private String sjflmc;
 
     /**
-     * 
+     *
      */
     private String zsjflbm;
 
     /**
-     * 
+     *
      */
     private String zsjflmc;
 
     /**
-     * 
+     *
      */
     private String zdw;
 
     /**
-     * 
+     *
      */
     private String fdw;
 
     /**
-     * 
+     *
      */
     private String kczt;
 
     /**
-     * 
+     *
      */
     private String vbatchcode;
 
     /**
-     * 
+     *
      */
     private String vdef1;
 
     /**
-     * 
+     *
      */
     private String vdef2;
 
     /**
-     * 
+     *
      */
     private String vdef3;
 
     /**
-     * 
+     *
      */
     private String khbm;
 
     /**
-     * 
+     *
      */
     private String khmc;
 
     /**
-     * 
+     *
      */
     private String khjc;
 
     /**
-     * 
+     *
      */
     private BigDecimal yzzsl;
 
     /**
-     * 
+     *
      */
     private BigDecimal yzfsl;
 
     /**
-     * 
+     *
      */
     private BigDecimal ljckzsl;
 
     /**
-     * 
+     *
      */
     private BigDecimal ljrkzsl;
 
     /**
-     * 
+     *
      */
     private Integer dr;
 
     /**
-     * 
+     *
      */
     private String ts;
 
     /**
-     * 
+     *
      */
     private Integer wmsFlag;
+
+    /**
+     *
+     */
+    private Double yingzsl;
+
+    /**
+     *
+     */
+    private Double yingzzsl;
+
+    /**
+     *
+     */
+    private Integer bdr;
+
+    /**
+     *
+     */
+    private String bts;
 
     @Override
     public boolean equals(Object that) {
@@ -297,60 +316,7 @@
             return false;
         }
         NccScZkmxbWms other = (NccScZkmxbWms) that;
-        return (this.getCspecialbid() == null ? other.getCspecialbid() == null : this.getCspecialbid().equals(other.getCspecialbid()))
-            && (this.getVbillcode() == null ? other.getVbillcode() == null : this.getVbillcode().equals(other.getVbillcode()))
-            && (this.getDmakedate() == null ? other.getDmakedate() == null : this.getDmakedate().equals(other.getDmakedate()))
-            && (this.getScdmakedate() == null ? other.getScdmakedate() == null : this.getScdmakedate().equals(other.getScdmakedate()))
-            && (this.getDbilldate() == null ? other.getDbilldate() == null : this.getDbilldate().equals(other.getDbilldate()))
-            && (this.getTaudittime() == null ? other.getTaudittime() == null : this.getTaudittime().equals(other.getTaudittime()))
-            && (this.getZzbm() == null ? other.getZzbm() == null : this.getZzbm().equals(other.getZzbm()))
-            && (this.getZzmc() == null ? other.getZzmc() == null : this.getZzmc().equals(other.getZzmc()))
-            && (this.getCkzzbm() == null ? other.getCkzzbm() == null : this.getCkzzbm().equals(other.getCkzzbm()))
-            && (this.getCkzzmc() == null ? other.getCkzzmc() == null : this.getCkzzmc().equals(other.getCkzzmc()))
-            && (this.getCkssbcode() == null ? other.getCkssbcode() == null : this.getCkssbcode().equals(other.getCkssbcode()))
-            && (this.getCksssyb() == null ? other.getCksssyb() == null : this.getCksssyb().equals(other.getCksssyb()))
-            && (this.getCkckbm() == null ? other.getCkckbm() == null : this.getCkckbm().equals(other.getCkckbm()))
-            && (this.getCkckmc() == null ? other.getCkckmc() == null : this.getCkckmc().equals(other.getCkckmc()))
-            && (this.getCkbmbm() == null ? other.getCkbmbm() == null : this.getCkbmbm().equals(other.getCkbmbm()))
-            && (this.getCkbmmc() == null ? other.getCkbmmc() == null : this.getCkbmmc().equals(other.getCkbmmc()))
-            && (this.getRkzzbm() == null ? other.getRkzzbm() == null : this.getRkzzbm().equals(other.getRkzzbm()))
-            && (this.getRkzzmc() == null ? other.getRkzzmc() == null : this.getRkzzmc().equals(other.getRkzzmc()))
-            && (this.getRkssbcode() == null ? other.getRkssbcode() == null : this.getRkssbcode().equals(other.getRkssbcode()))
-            && (this.getRksssyb() == null ? other.getRksssyb() == null : this.getRksssyb().equals(other.getRksssyb()))
-            && (this.getRkckbm() == null ? other.getRkckbm() == null : this.getRkckbm().equals(other.getRkckbm()))
-            && (this.getRkckmc() == null ? other.getRkckmc() == null : this.getRkckmc().equals(other.getRkckmc()))
-            && (this.getRkbmbm() == null ? other.getRkbmbm() == null : this.getRkbmbm().equals(other.getRkbmbm()))
-            && (this.getRkbmmc() == null ? other.getRkbmmc() == null : this.getRkbmmc().equals(other.getRkbmmc()))
-            && (this.getDjzt() == null ? other.getDjzt() == null : this.getDjzt().equals(other.getDjzt()))
-            && (this.getZklx() == null ? other.getZklx() == null : this.getZklx().equals(other.getZklx()))
-            && (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm()))
-            && (this.getWlmc() == null ? other.getWlmc() == null : this.getWlmc().equals(other.getWlmc()))
-            && (this.getWlgg() == null ? other.getWlgg() == null : this.getWlgg().equals(other.getWlgg()))
-            && (this.getWlxh() == null ? other.getWlxh() == null : this.getWlxh().equals(other.getWlxh()))
-            && (this.getWljc() == null ? other.getWljc() == null : this.getWljc().equals(other.getWljc()))
-            && (this.getJbflbm() == null ? other.getJbflbm() == null : this.getJbflbm().equals(other.getJbflbm()))
-            && (this.getJbflmc() == null ? other.getJbflmc() == null : this.getJbflmc().equals(other.getJbflmc()))
-            && (this.getSjflbm() == null ? other.getSjflbm() == null : this.getSjflbm().equals(other.getSjflbm()))
-            && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc()))
-            && (this.getZsjflbm() == null ? other.getZsjflbm() == null : this.getZsjflbm().equals(other.getZsjflbm()))
-            && (this.getZsjflmc() == null ? other.getZsjflmc() == null : this.getZsjflmc().equals(other.getZsjflmc()))
-            && (this.getZdw() == null ? other.getZdw() == null : this.getZdw().equals(other.getZdw()))
-            && (this.getFdw() == null ? other.getFdw() == null : this.getFdw().equals(other.getFdw()))
-            && (this.getKczt() == null ? other.getKczt() == null : this.getKczt().equals(other.getKczt()))
-            && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode()))
-            && (this.getVdef1() == null ? other.getVdef1() == null : this.getVdef1().equals(other.getVdef1()))
-            && (this.getVdef2() == null ? other.getVdef2() == null : this.getVdef2().equals(other.getVdef2()))
-            && (this.getVdef3() == null ? other.getVdef3() == null : this.getVdef3().equals(other.getVdef3()))
-            && (this.getKhbm() == null ? other.getKhbm() == null : this.getKhbm().equals(other.getKhbm()))
-            && (this.getKhmc() == null ? other.getKhmc() == null : this.getKhmc().equals(other.getKhmc()))
-            && (this.getKhjc() == null ? other.getKhjc() == null : this.getKhjc().equals(other.getKhjc()))
-            && (this.getYzzsl() == null ? other.getYzzsl() == null : this.getYzzsl().equals(other.getYzzsl()))
-            && (this.getYzfsl() == null ? other.getYzfsl() == null : this.getYzfsl().equals(other.getYzfsl()))
-            && (this.getLjckzsl() == null ? other.getLjckzsl() == null : this.getLjckzsl().equals(other.getLjckzsl()))
-            && (this.getLjrkzsl() == null ? other.getLjrkzsl() == null : this.getLjrkzsl().equals(other.getLjrkzsl()))
-            && (this.getDr() == null ? other.getDr() == null : this.getDr().equals(other.getDr()))
-            && (this.getTs() == null ? other.getTs() == null : this.getTs().equals(other.getTs()))
-            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()));
+        return (this.getCspecialbid() == null ? other.getCspecialbid() == null : this.getCspecialbid().equals(other.getCspecialbid())) && (this.getVbillcode() == null ? other.getVbillcode() == null : this.getVbillcode().equals(other.getVbillcode())) && (this.getDmakedate() == null ? other.getDmakedate() == null : this.getDmakedate().equals(other.getDmakedate())) && (this.getScdmakedate() == null ? other.getScdmakedate() == null : this.getScdmakedate().equals(other.getScdmakedate())) && (this.getDbilldate() == null ? other.getDbilldate() == null : this.getDbilldate().equals(other.getDbilldate())) && (this.getTaudittime() == null ? other.getTaudittime() == null : this.getTaudittime().equals(other.getTaudittime())) && (this.getZzbm() == null ? other.getZzbm() == null : this.getZzbm().equals(other.getZzbm())) && (this.getZzmc() == null ? other.getZzmc() == null : this.getZzmc().equals(other.getZzmc())) && (this.getCkzzbm() == null ? other.getCkzzbm() == null : this.getCkzzbm().equals(other.getCkzzbm())) && (this.getCkzzmc() == null ? other.getCkzzmc() == null : this.getCkzzmc().equals(other.getCkzzmc())) && (this.getCkssbcode() == null ? other.getCkssbcode() == null : this.getCkssbcode().equals(other.getCkssbcode())) && (this.getCksssyb() == null ? other.getCksssyb() == null : this.getCksssyb().equals(other.getCksssyb())) && (this.getCkckbm() == null ? other.getCkckbm() == null : this.getCkckbm().equals(other.getCkckbm())) && (this.getCkckmc() == null ? other.getCkckmc() == null : this.getCkckmc().equals(other.getCkckmc())) && (this.getCkbmbm() == null ? other.getCkbmbm() == null : this.getCkbmbm().equals(other.getCkbmbm())) && (this.getCkbmmc() == null ? other.getCkbmmc() == null : this.getCkbmmc().equals(other.getCkbmmc())) && (this.getRkzzbm() == null ? other.getRkzzbm() == null : this.getRkzzbm().equals(other.getRkzzbm())) && (this.getRkzzmc() == null ? other.getRkzzmc() == null : this.getRkzzmc().equals(other.getRkzzmc())) && (this.getRkssbcode() == null ? other.getRkssbcode() == null : this.getRkssbcode().equals(other.getRkssbcode())) && (this.getRksssyb() == null ? other.getRksssyb() == null : this.getRksssyb().equals(other.getRksssyb())) && (this.getRkckbm() == null ? other.getRkckbm() == null : this.getRkckbm().equals(other.getRkckbm())) && (this.getRkckmc() == null ? other.getRkckmc() == null : this.getRkckmc().equals(other.getRkckmc())) && (this.getRkbmbm() == null ? other.getRkbmbm() == null : this.getRkbmbm().equals(other.getRkbmbm())) && (this.getRkbmmc() == null ? other.getRkbmmc() == null : this.getRkbmmc().equals(other.getRkbmmc())) && (this.getDjzt() == null ? other.getDjzt() == null : this.getDjzt().equals(other.getDjzt())) && (this.getZklx() == null ? other.getZklx() == null : this.getZklx().equals(other.getZklx())) && (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm())) && (this.getWlmc() == null ? other.getWlmc() == null : this.getWlmc().equals(other.getWlmc())) && (this.getWlgg() == null ? other.getWlgg() == null : this.getWlgg().equals(other.getWlgg())) && (this.getWlxh() == null ? other.getWlxh() == null : this.getWlxh().equals(other.getWlxh())) && (this.getWljc() == null ? other.getWljc() == null : this.getWljc().equals(other.getWljc())) && (this.getJbflbm() == null ? other.getJbflbm() == null : this.getJbflbm().equals(other.getJbflbm())) && (this.getJbflmc() == null ? other.getJbflmc() == null : this.getJbflmc().equals(other.getJbflmc())) && (this.getSjflbm() == null ? other.getSjflbm() == null : this.getSjflbm().equals(other.getSjflbm())) && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc())) && (this.getZsjflbm() == null ? other.getZsjflbm() == null : this.getZsjflbm().equals(other.getZsjflbm())) && (this.getZsjflmc() == null ? other.getZsjflmc() == null : this.getZsjflmc().equals(other.getZsjflmc())) && (this.getZdw() == null ? other.getZdw() == null : this.getZdw().equals(other.getZdw())) && (this.getFdw() == null ? other.getFdw() == null : this.getFdw().equals(other.getFdw())) && (this.getKczt() == null ? other.getKczt() == null : this.getKczt().equals(other.getKczt())) && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode())) && (this.getVdef1() == null ? other.getVdef1() == null : this.getVdef1().equals(other.getVdef1())) && (this.getVdef2() == null ? other.getVdef2() == null : this.getVdef2().equals(other.getVdef2())) && (this.getVdef3() == null ? other.getVdef3() == null : this.getVdef3().equals(other.getVdef3())) && (this.getKhbm() == null ? other.getKhbm() == null : this.getKhbm().equals(other.getKhbm())) && (this.getKhmc() == null ? other.getKhmc() == null : this.getKhmc().equals(other.getKhmc())) && (this.getKhjc() == null ? other.getKhjc() == null : this.getKhjc().equals(other.getKhjc())) && (this.getYzzsl() == null ? other.getYzzsl() == null : this.getYzzsl().equals(other.getYzzsl())) && (this.getYzfsl() == null ? other.getYzfsl() == null : this.getYzfsl().equals(other.getYzfsl())) && (this.getLjckzsl() == null ? other.getLjckzsl() == null : this.getLjckzsl().equals(other.getLjckzsl())) && (this.getLjrkzsl() == null ? other.getLjrkzsl() == null : this.getLjrkzsl().equals(other.getLjrkzsl())) && (this.getDr() == null ? other.getDr() == null : this.getDr().equals(other.getDr())) && (this.getTs() == null ? other.getTs() == null : this.getTs().equals(other.getTs())) && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())) && (this.getYingzsl() == null ? other.getYingzsl() == null : this.getYingzsl().equals(other.getYingzsl())) && (this.getYingzzsl() == null ? other.getYingzzsl() == null : this.getYingzzsl().equals(other.getYingzzsl())) && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr())) && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()));
     }
 
     @Override
@@ -411,6 +377,10 @@
         result = prime * result + ((getDr() == null) ? 0 : getDr().hashCode());
         result = prime * result + ((getTs() == null) ? 0 : getTs().hashCode());
         result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode());
+        result = prime * result + ((getYingzsl() == null) ? 0 : getYingzsl().hashCode());
+        result = prime * result + ((getYingzzsl() == null) ? 0 : getYingzzsl().hashCode());
+        result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode());
+        result = prime * result + ((getBts() == null) ? 0 : getBts().hashCode());
         return result;
     }
 
@@ -474,6 +444,10 @@
         sb.append(", dr=").append(dr);
         sb.append(", ts=").append(ts);
         sb.append(", wmsFlag=").append(wmsFlag);
+        sb.append(", yingzsl=").append(yingzsl);
+        sb.append(", yingzzsl=").append(yingzzsl);
+        sb.append(", bdr = ").append(bdr);
+        sb.append(", bts=").append(bts);
         sb.append("]");
         return sb.toString();
     }

--
Gitblit v1.9.1