liurunyu
2025-04-27 7634d7ff15b1fa84ea84a51a1ba6e45b11a4aa21
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrOpeningScheduleMapper.java
@@ -6,10 +6,11 @@
/**
 * @author ZhuBaoMin
 * @date 2025-02-20 15:35
 * @LastEditTime 2025-02-20 15:35
 * @date 2025-02-21 11:08
 * @LastEditTime 2025-02-21 11:08
 * @Description
 */
@Mapper
public interface IrOpeningScheduleMapper extends BaseMapper<IrOpeningSchedule> {
    int deleteByPrimaryKey(Long id);
@@ -23,4 +24,5 @@
    int updateByPrimaryKeySelective(IrOpeningSchedule record);
    int updateByPrimaryKey(IrOpeningSchedule record);
}