RerunServiceImpl.java
324 Bytes
package com.bsth.service.schedule;
import com.bsth.entity.schedule.rule.RerunRule;
import com.bsth.service.impl.BaseServiceImpl;
import org.springframework.stereotype.Service;
/**
* Created by xu on 16/10/20.
*/
@Service
public class RerunServiceImpl extends BaseServiceImpl<RerunRule, Long> implements RerunService {
}