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

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