gongchunyi
11 小时以前 f32de021e7af1627b6d18e681b46dbc0a5b108f8
src/main/java/com/ruoyi/device/service/IDeviceLedgerService.java
@@ -10,7 +10,6 @@
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.ArrayList;
public interface IDeviceLedgerService  extends IService<DeviceLedger> {
    IPage<DeviceLedgerDto> queryPage(Page page, DeviceLedgerDto deviceLedger);
@@ -19,6 +18,8 @@
    AjaxResult updateDeviceLedger(DeviceLedger deviceLedger);
    DeviceLedger getDetailById(Long id);
    void export(HttpServletResponse response, Long[] ids);
    Boolean importData(MultipartFile file) throws IOException;