|
@@ -221,6 +221,9 @@ public class IncidentTicketPage {
|
|
|
@Excel(name = "订单备注", width = 15)
|
|
|
private String orderRemarks;
|
|
|
|
|
|
+ @Excel(name = "部门", width = 15)
|
|
|
+ private String department;
|
|
|
+
|
|
|
@ExcelCollection(name="森_工厂质量事故单-子表")
|
|
|
@ApiModelProperty(value = "森_工厂质量事故单-子表")
|
|
|
private List<IncidentTicketChildren> incidentTicketChildrenList;
|