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

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