|
|
@@ -50,6 +50,9 @@ public class IotRdDailyReportRespVO {
|
|
|
@ExcelProperty("施工状态")
|
|
|
private String rdStatusLabel;
|
|
|
|
|
|
+ @Schema(description = "带班干部id集合", example = "[123,345...]")
|
|
|
+ private Set<Long> responsiblePerson;
|
|
|
+
|
|
|
@Schema(description = "带班干部姓名", example = "张三,李四...")
|
|
|
@ExcelProperty("带班干部")
|
|
|
private String responsiblePersonNames;
|