mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
完善注释
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user