| | |
| | | import com.ruoyi.system.api.domain.dto.MgtAfterSaleSettingDTO; |
| | | import com.ruoyi.system.domain.dto.PointsConfigDTO; |
| | | import com.ruoyi.system.domain.vo.CustomConfigVO; |
| | | import com.ruoyi.system.domain.vo.WishSettingVO; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @param phone 客服电话 |
| | | */ |
| | | void deleteServicePhone(String phone); |
| | | |
| | | /** |
| | | * 获取心愿求购设置 |
| | | * |
| | | * @return |
| | | */ |
| | | WishSettingVO getWishSetting(); |
| | | |
| | | /** |
| | | * 保存心愿求购设置 |
| | | * |
| | | * @param vo 保存心愿求购设置 |
| | | */ |
| | | void saveWishDescription(WishSettingVO vo); |
| | | |
| | | void saveRefundOfDeposit(String refundOfDeposit); |
| | | |
| | | String getRefundOfDeposit(); |
| | | } |