| | |
| | | import com.dy.pmsGlobal.pojoSta.StaDeviceProductionLog; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author User |
| | | * @description 针对表【sta_device_production_log(设备生产日志表)】的数据库操作Mapper |
| | |
| | | |
| | | StaDeviceProductionLog selectByPrimaryKey(Long id); |
| | | |
| | | List<StaDeviceProductionLog> selectByDeviceNo(String deviceNo); |
| | | |
| | | List<StaDeviceProductionLog> selectProductLog(String deviceNo, Date startTime, Date endTime); |
| | | |
| | | int updateByPrimaryKeySelective(StaDeviceProductionLog record); |
| | | |
| | | int updateByPrimaryKey(StaDeviceProductionLog record); |