|
@@ -146,6 +146,14 @@ public class IotRyDailyReportRespVO {
|
|
|
@ExcelProperty("人员情况")
|
|
|
private String personnel;
|
|
|
|
|
|
+ @Schema(description = "全员数量")
|
|
|
+ @ExcelProperty("全员数量")
|
|
|
+ private BigDecimal totalStaffNum;
|
|
|
+
|
|
|
+ @Schema(description = "休假人员数量")
|
|
|
+ @ExcelProperty("休假人员数量")
|
|
|
+ private BigDecimal leaveStaffNum;
|
|
|
+
|
|
|
@Schema(description = "泥浆性能-密度(g/cm³)")
|
|
|
@ExcelProperty("泥浆性能-密度(g/cm³)")
|
|
|
private BigDecimal mudDensity;
|