|
@@ -106,4 +106,6 @@ public class GwCirculationCard2DTO extends BaseDTO {
|
|
@ExcelDictProperty("gw_state")
|
|
@ExcelDictProperty("gw_state")
|
|
private String state;
|
|
private String state;
|
|
|
|
|
|
|
|
+ @Query(tableColumn = "a.create_time", javaField = "createTime", type = QueryType.BETWEEN)
|
|
|
|
+ private Date createTime;
|
|
}
|
|
}
|