ReportProperties.java 159 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 package com.ruoyi.common; public interface ReportProperties { Integer NOW = 0; Integer DAY = 1; Integer MONTH = 2; Integer TIME_PERIOD = 3; }