liurunyu
5 天以前 37068a7c3f4a0c985a16a92ff64c361b6e1f17d5
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);
}