订单时间

This commit is contained in:
2025-02-28 09:52:54 +08:00
parent f9343694d7
commit 6186bb73e2

View File

@@ -87,9 +87,7 @@ public class OrderInfoQueryDTO implements Serializable {
*/ */
private String productName; private String productName;
@JSONField(format = "yyyy-MM-dd HH:mm:ss") private String startTime;
private LocalDateTime startTime; private String endTime;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime endTime;
} }