rentaiming
2024-06-21 b21f5b5b40b9b45634020380cf03244d46be2df7
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ICustomConfigService.java
@@ -58,4 +58,25 @@
     * @return List<CustomConfigVO>
     */
    MgtAfterSaleSettingDTO getAfterSaleSetting();
    /**
     * 保存客服电话
     *
     * @param phone 客服电话
     */
    void updateServicePhone(String phone);
    /**
     * 获取客服电话
     *
     * @return 客服电话
     */
    String getServicePhone();
    /**
     * 删除客户电话
     *
     * @param phone 客服电话
     */
    void deleteServicePhone(String phone);
}