Fancy
2024-08-20 b32dba6d0c069e4d1a416358501b441865714ab3
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);
}