jiangqs
2023-04-18 f447868093762215a5a6cedc740f14822701a705
hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/CustomeConfigServiceImpl.java
@@ -1,8 +1,8 @@
package com.hrt.system.service.impl;
import com.hrt.system.domain.poji.CustomeConfig;
import com.hrt.system.mapper.CustomeConfigMapper;
import com.hrt.system.service.CustomeConfigService;
import com.hrt.system.domain.poji.sys.CustomeConfig;
import com.hrt.system.mapper.sys.CustomeConfigMapper;
import com.hrt.system.service.sys.CustomeConfigService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;