zhubaomin
2025-04-08 95d8d3df562c8f7fca74ba994cddbbf41564488e
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);
}