订单时间

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;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime startTime;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime endTime;
private String startTime;
private String endTime;
}