Fancy
2025-01-07 87d0248925a5a8c3cf07ba8a0283dc363e2b59f4
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceProductionLogMapper.java
@@ -1,5 +1,6 @@
package com.dy.pmsGlobal.daoSta;
import cn.hutool.json.JSONObject;
import com.dy.pmsGlobal.pojoSta.StaDeviceProductionLog;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -32,4 +33,5 @@
    int updateByPrimaryKey(StaDeviceProductionLog record);
    List<JSONObject> queryTopError(@Param("startTime") Date startTime,@Param("endTime") Date endTime);
}