DeviceRevertLineService.java 230 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 package com.bsth.service.realcontrol; import com.bsth.entity.realcontrol.DeviceRevertLine; import com.bsth.service.BaseService; public interface DeviceRevertLineService extends BaseService<DeviceRevertLine, Integer>{ }