luoyb
2021-05-25 61060637cf0c0910b20eaae6fc4992a723214e40
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/constant/FebsConstant.java
@@ -7,6 +7,10 @@
 */
public interface FebsConstant {
    Integer REDIS_PAST_DUE_DAY = 60 * 60 * 24;
    Integer REDIS_PAST_DUE_HOUR  = 60 * 24;
    /**
     * 排序规则:降序
     */