From 7bfcbac96dd947ffe25e6e4a37ade4ca417e13de Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Tue, 12 Sep 2023 20:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/CoalBlendCoalInfoEntity.java | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/main/java/cn/lihongjie/coal/coalBlend/entity/CoalBlendCoalInfoEntity.java b/src/main/java/cn/lihongjie/coal/coalBlend/entity/CoalBlendCoalInfoEntity.java index f36448fa..0b25e18a 100644 --- a/src/main/java/cn/lihongjie/coal/coalBlend/entity/CoalBlendCoalInfoEntity.java +++ b/src/main/java/cn/lihongjie/coal/coalBlend/entity/CoalBlendCoalInfoEntity.java @@ -43,64 +43,64 @@ public class CoalBlendCoalInfoEntity extends OrgCommonEntity { @Range(groups = CoalBlendEntity.BlendGroup.class,min = 0, max = 100, message = "无效的比例") private Integer maxPercent; - @Comment("数1 ") + @Comment("参数 1 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param1; - @Comment("数2 ") + @Comment("参数 2 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param2; - @Comment("数3 ") + @Comment("参数 3 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param3; - @Comment("数4 ") + @Comment("参数 4 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param4; - @Comment("数5 ") + @Comment("参数 5 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param5; - @Comment("数6 ") + @Comment("参数 6 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param6; - @Comment("数7 ") + @Comment("参数 7 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param7; - @Comment("数8 ") + @Comment("参数 8 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param8; - @Comment("数9 ") + @Comment("参数 9 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param9; - @Comment("参数0 ") + @Comment("参数 10 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param10; - @Comment("参数1 ") + @Comment("参数 11 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param11; - @Comment("参数2 ") + @Comment("参数 12 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param12; - @Comment("参数3 ") + @Comment("参数 13 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param13; - @Comment("参数4 ") + @Comment("参数 14 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param14; - @Comment("参数5 ") + @Comment("参数 15 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param15; - @Comment("参数6 ") + @Comment("参数 16 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param16; - @Comment("参数7 ") + @Comment("参数 17 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param17; - @Comment("参数8 ") + @Comment("参数 18 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param18; - @Comment("参数9 ") + @Comment("参数 19 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param19; - @Comment("参数0 ") + @Comment("参数 20 ") @DecimalMin(groups = CoalBlendEntity.BlendGroup.class, value = "0.1", inclusive = true, message = "参数不能小于0.1") private Double param20;