短信功能增加开关

This commit is contained in:
zhangyx
2021-11-11 15:18:51 +08:00
parent 471227db7d
commit 480b02904d

View File

@ -2,7 +2,7 @@ package com.chinaunicom.mall.ebtp.extend.funcswitch.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.chinaunicom.mall.ebtp.process.funcswitch.entity.BizFuncSwitchConfig;
import com.chinaunicom.mall.ebtp.extend.funcswitch.entity.BizFuncSwitchConfig;
import org.springframework.stereotype.Repository;
@Repository