package com.zc.business.constant; /** * 统计恢复偏移时间类 * 用于定义与交通数据恢复相关的偏移时间常量。 * * @author xiepufeng */ public class StatisticalRecoveryOffsetTime { // 定义交通数据段偏移的天数常量,表示偏移-10天 public static final int TRAFFIC_SECTION_DATA_OFFSET_DAY = -10; }