pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceProductionLogMapper.java
@@ -3,6 +3,8 @@ import com.dy.pmsGlobal.pojoSta.StaDeviceProductionLog; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @author User * @description 针对表【sta_device_production_log(设备生产日志表)】的数据库操作Mapper @@ -20,6 +22,8 @@ StaDeviceProductionLog selectByPrimaryKey(Long id); List<StaDeviceProductionLog> selectByDeviceNo(String deviceNo); int updateByPrimaryKeySelective(StaDeviceProductionLog record); int updateByPrimaryKey(StaDeviceProductionLog record);