From 172fbd8ed8a64952de9c2c806f1ba4b4c2409558 Mon Sep 17 00:00:00 2001
From: shishuaikang <280848880@qq.com>
Date: 星期五, 08 十二月 2023 16:27:56 +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