刘小明
2024-11-25 327309dfb97043b54a4f6f8c8ebb3191987f67fa
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLastMapper.java
@@ -6,7 +6,7 @@
/**
* @author User
* @description 针对表【sta_device_last(设备最新状态表)】的数据库操作Mapper
* @createDate 2024-06-20 11:31:20
* @createDate 2024-06-22 11:43:04
* @Entity com.dy.pmsGlobal.pojoSta.StaDeviceLast
*/
@Mapper
@@ -24,4 +24,5 @@
    int updateByPrimaryKey(StaDeviceLast record);
    StaDeviceLast selectByDeviceNo(String s);
}