刘小明
2024-09-24 2331d50cf12f0b8c882e6850d3a6a11baf4985e6
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-19 14:21:17
* @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);
}