luodangjia
2024-11-05 0c569ab4b38d972213eeaf7e8965f33f8ec650fd
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -146,6 +146,7 @@
     * 订单记录excel模板名称
     */
    public static final String EXCEL_ORDER_FILE_NAME = "订单记录";
    public static final String EXCEL_ORDER_FILE_NAME1 = "加盟商余额记录";
    /**
     * 用户编号生成前缀
@@ -265,7 +266,7 @@
    /**
     * 数字 3000
     */
    public static final Integer THREE_THOUSAND = 3000;
    public static final Integer THREE_THOUSAND = 2000;
    /**
     * 师傅端默认用户ID前缀
@@ -300,6 +301,6 @@
    /**
     * 手机号码正则
     */
    public static final String PHONE = "^1[345789]\\d{9}$";
    public static final String PHONE = "^1[3456789]\\d{9}$";
}