中扬CRM客户关系管理系统
#
LSH
2023-11-24 a57112aee7438f4f550d1dd5a1b93e2a28fb386c
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);
}