src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
@@ -60,4 +60,14 @@ @Schema(description = "工时") private BigDecimal workHour; @Schema(description = "实际开始时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private LocalDateTime actualStartTime; @Schema(description = "实际结束时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private LocalDateTime actualEndTime; }