ReportProperties.java 159 Bytes
package com.ruoyi.common;

public interface ReportProperties {
    Integer NOW = 0;
    Integer DAY = 1;
    Integer MONTH = 2;
    Integer TIME_PERIOD = 3;
}