From 5357fcd46f03e4b0c4ec9402d9c4fe561ffd2ce6 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期五, 08 十二月 2023 13:04:59 +0800
Subject: [PATCH] 判断条件

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java
index 0203213..3325f12 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java
@@ -58,6 +58,28 @@
     private String reportNumber;
 
     /**
+     * 报告编号
+     */
+    private Integer stata;
+
+    /**
+     * id
+     */
+    private String siloId;
+    //拌合站名称
+    private String siloName;
+    /**
+     * 报告编号
+     */
+    private String percentage;
+    /**
+     * 检验时间
+     */
+    private String inspectDate;
+    //1 展示 2不展示
+    private Integer types;
+
+    /**
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table t_mixing
      *

--
Gitblit v1.9.3