廖井涛
3 天以前 4521e55b7ce2840dcb91340c17f3159892bcc14d
north-glass-erp/src/main/java/com/example/erp/mapper/pp/DeviceMaintenanceMapper.java
@@ -32,4 +32,6 @@
    List<DeviceMaintenance> selectMachineMp();
    List<Map<String,String>> openSelectIdMp(String id);
    Boolean updateMaintenanceMp(Integer id, String deviceName, String type, LocalDateTime faultTime, String faultReason, LocalDateTime maintenanceTime, String maintenanceIllustrate, LocalDateTime stopTime, LocalDateTime startTime, String process, String personnel, String cost);
}