Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a6cb86a126
|
|
@ -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