礼物管理时间查询报错修复
This commit is contained in:
parent
62cb54c94a
commit
9be9641fa5
@ -53,12 +53,12 @@ public class GiftQryCmd extends Command {
|
||||
/**
|
||||
* 开始时间.
|
||||
*/
|
||||
private LocalDate startCreateDate;
|
||||
private String startCreateDate;
|
||||
|
||||
/**
|
||||
* 结束时间.
|
||||
*/
|
||||
private LocalDate endCreateDate;
|
||||
private String endCreateDate;
|
||||
|
||||
/**
|
||||
* false:为删除、true:已删除
|
||||
|
||||
@ -47,12 +47,12 @@ public class GiftConsoleQryCmd extends PageCommand {
|
||||
/**
|
||||
* 开始时间.
|
||||
*/
|
||||
private LocalDate startCreateDate;
|
||||
private String startCreateDate;
|
||||
|
||||
/**
|
||||
* 结束时间.
|
||||
*/
|
||||
private LocalDate endCreateDate;
|
||||
private String endCreateDate;
|
||||
|
||||
/**
|
||||
* false:为删除、true:已删除
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user