DeviceRevertLineService.java 230 Bytes
package com.bsth.service.realcontrol;

import com.bsth.entity.realcontrol.DeviceRevertLine;
import com.bsth.service.BaseService;

public interface DeviceRevertLineService extends BaseService<DeviceRevertLine, Integer>{

}