pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceLifeMapper.java
@@ -3,10 +3,12 @@ import com.dy.pmsGlobal.pojoSta.StaDeviceLife; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @author User * @description 针对表【sta_device_life(设备生命周期表)】的数据库操作Mapper * @createDate 2024-06-20 11:31:20 * @createDate 2024-06-22 11:43:04 * @Entity com.dy.pmsGlobal.pojoSta.StaDeviceLife */ @Mapper @@ -24,4 +26,5 @@ int updateByPrimaryKey(StaDeviceLife record); List<StaDeviceLife> selectByDeviceNo(String deviceNo); }