自动化立体仓库 - WMS系统
zhangchao
2024-07-24 c656c216f10230566c1fa3367ff461f2cc80cbec
src/main/java/com/zy/system/service/impl/ConfigServiceImpl.java
@@ -9,4 +9,9 @@
@Service("configService")
public class ConfigServiceImpl extends ServiceImpl<ConfigMapper, Config> implements ConfigService {
    @Override
    public Config selectConfigByCode(String code){
        return this.baseMapper.selectConfigByCode(code);
    };
}