中扬CRM客户关系管理系统
whycq
2023-12-15 bc4f79e162d84b8ade3cd39f311c93df232ce7fc
src/main/java/com/zy/crm/system/mapper/ConfigMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import com.zy.crm.system.entity.Config;
@@ -9,4 +10,6 @@
@Repository
public interface ConfigMapper extends BaseMapper<Config> {
    Config selectConfigByCode(@Param("code") String code);
}