|
@@ -49,7 +49,7 @@ public class DateUtil {
|
|
|
|
|
|
public static final ZoneId DEFAULT_ZONE_ID = ZoneId.of("Asia/Shanghai");
|
|
|
|
|
|
- /* 日期类型, {@link #getDateRangeByType(String)}方法参数 */
|
|
|
+ /** 日期类型, {@link #getDateRangeByType(String)}方法参数 */
|
|
|
public static final String DATE_TYPE_TODAY = "today";
|
|
|
public static final String DATE_TYPE_YESTERDAY = "yesterday";
|
|
|
public static final String DATE_TYPE_SEVEN_DAYS = "sevenDay";
|