All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.watsontech.webhelper.common.service.siteoption.SiteOptionServiceImpl Maven / Gradle / Ivy

package cn.watsontech.webhelper.common.service.siteoption;

import cn.watsontech.webhelper.common.entity.SiteOption;
import cn.watsontech.webhelper.common.service.mapper.siteoption.SiteOptionMapper;
import cn.watsontech.webhelper.mybatis.intf.BaseService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;


/**
* Created by Watson Song on 2020/03/05.
*/
@Service
@Transactional
public class SiteOptionServiceImpl extends BaseService implements SiteOptionService {

    @Autowired
    public SiteOptionServiceImpl(SiteOptionMapper mapper){
        super(mapper);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy