From 13adc3f91541bdc52ea0c8759a5ba1f7b4f6b46d Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期五, 08 十二月 2023 08:56:21 +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