Add dict date (#1331)

This commit is contained in:
daikon
2024-07-02 18:46:05 +08:00
committed by GitHub
parent 78e023e955
commit 9cd352f146
3 changed files with 112 additions and 14 deletions

View File

@@ -98,8 +98,9 @@ public class DateConf {
* 2 - LIST, discrete static value, [dateList]
* 3 - RECENT, dynamic time related to the actual available time of the element, [unit, period]
* 4 - AVAILABLE, dynamic time which guaranteed to query some data, [startDate, endDate]
* 5 - ALL, all table data
*/
BETWEEN, LIST, RECENT, AVAILABLE
BETWEEN, LIST, RECENT, AVAILABLE, ALL
}
@Override