订单时间
This commit is contained in:
parent
f9343694d7
commit
6186bb73e2
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue