小修改
This commit is contained in:
parent
3c30523d7c
commit
01aa266251
@ -29,6 +29,9 @@ public class DicekeMininglossVo {
|
|||||||
@Schema(description = "圈定矿量(吨)")
|
@Schema(description = "圈定矿量(吨)")
|
||||||
private Double DefineMineralReserves;
|
private Double DefineMineralReserves;
|
||||||
|
|
||||||
|
@Schema(description = "剥离量(吨)")
|
||||||
|
private Double strippingTon;
|
||||||
|
|
||||||
@Schema(description = "实采总量(吨)")
|
@Schema(description = "实采总量(吨)")
|
||||||
private Double strippingAndTotalMiningTon;
|
private Double strippingAndTotalMiningTon;
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
dp.PlateRange,
|
dp.PlateRange,
|
||||||
ds.ShovelCode,
|
ds.ShovelCode,
|
||||||
dml.DefineMineralReserves,
|
dml.DefineMineralReserves,
|
||||||
|
dml.StrippingTon,
|
||||||
dml.StrippingAndTotalMiningTon,
|
dml.StrippingAndTotalMiningTon,
|
||||||
dml.WasteRockTon,
|
dml.WasteRockTon,
|
||||||
dml.DilutionRate,
|
dml.DilutionRate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user