From a1851285c0957cefe6424b0146d8fa0906b71a2f Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Wed, 2 Aug 2023 17:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BF=BB=E5=A4=A7=E5=A0=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoalWashingDailyAnalysisItemVo.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/java/cn/lihongjie/coal/entity/CoalWashingDailyAnalysisItemVo.java b/src/main/java/cn/lihongjie/coal/entity/CoalWashingDailyAnalysisItemVo.java index 33d1905b..ad303f94 100644 --- a/src/main/java/cn/lihongjie/coal/entity/CoalWashingDailyAnalysisItemVo.java +++ b/src/main/java/cn/lihongjie/coal/entity/CoalWashingDailyAnalysisItemVo.java @@ -166,6 +166,25 @@ public class CoalWashingDailyAnalysisItemVo { @Comment("用户输入 大堆 备用") private Double ddp5; + @Comment("用户输入 翻大堆 灰") + private Double fddp1; + + + @Comment("用户输入 翻大堆 硫") + private Double fddp2; + + + @Comment("用户输入 翻大堆 挥发") + private Double fddp3; + + + @Comment("用户输入 翻大堆 粘结") + private Double fddp4; + + + @Comment("用户输入 翻大堆 备用") + private Double fddp5; + @Comment("系统计算 大堆 灰") private Double sysDdp1;