| | |
| | | package com.mzl.flower.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.mzl.flower.dto.request.configParam.ConfigCustomerServiceQueryDTO; |
| | | import com.mzl.flower.dto.request.configParam.ConfigParamDTO; |
| | | import com.mzl.flower.dto.request.configParam.QueryConfigParamDTO; |
| | | import com.mzl.flower.dto.request.configParam.UpdateConfigParamDTO; |
| | | import com.mzl.flower.dto.response.configParam.ConfigCustomerServiceVO; |
| | | import com.mzl.flower.dto.response.configParam.ConfigParamVO; |
| | | import com.mzl.flower.entity.configParam.ConfigParamDO; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | |
| | | |
| | | /** |
| | | * <p> |
| | | * 服务类 |
| | | * 服务类 |
| | | * </p> |
| | | * |
| | | * @author @TaoJie |
| | |
| | | |
| | | boolean updateConfigParamBatch(UpdateConfigParamDTO dto); |
| | | |
| | | Map<String,Object> getBaseInfo(); |
| | | Map<String, Object> getBaseInfo(); |
| | | |
| | | String getBaseString(String paramGroup, String paramKey); |
| | | |
| | | void saveConfigParam(ConfigParamDTO dto); |
| | | |
| | | void updateConfigParam(ConfigParamDTO dto); |
| | | |
| | | void deleteConfigParam(Long id); |
| | | |
| | | Page<ConfigParamVO> queryPage(QueryConfigParamDTO dto, Page page); |
| | | |
| | | |
| | | } |