刘小明
2024-07-09 b067f93af27963390eff4c65a88f49bdffac2f72
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);
}