package com.mzl.flower.mapper.configParam; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.mzl.flower.entity.configParam.ConfigParamGroupDO; /** *

* Mapper 接口 *

* * @author @TaoJie * @since 2024-12-02 */ public interface ConfigParamGroupMapperCustom extends BaseMapper { }