package com.bizmatics.service.impl; import com.bizmatics.model.WcBlackoutPlan; import com.bizmatics.persistence.mapper.WcBlackoutPlanMapper; import com.bizmatics.service.WcBlackoutPlanService; import com.bizmatics.common.mvc.base.AbstractCrudService; import org.springframework.stereotype.Service; /** *

* 服务实现类 *

* * @author ya * @since 2021-07-07 */ @Service public class WcBlackoutPlanServiceImpl extends AbstractCrudService implements WcBlackoutPlanService { }