src/main/java/org/jeecg/modules/eam/entity/EamInspectionOrder.java
@@ -67,6 +67,11 @@ @ApiModelProperty(value = "保养标准ID") @Dict(dictTable = "eam_maintenance_standard", dicCode = "id", dicText = "standard_name") private String standardId; /**排产工单ID*/ @Excel(name = "排产工单ID", width = 15) @ApiModelProperty(value = "排产工单ID") @Dict(dictTable = "mes_production_work_order", dicCode = "id", dicText = "work_order_code") private String workOrderId; /**点检日期*/ @Excel(name = "点检日期(计划)", width = 15, format = "yyyy-MM-dd") @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")