2026-04-13 e10b63a4b69eb4a55079ad372f1fa3b58d08a054
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.projectManagement.mapper;
 
import com.ruoyi.projectManagement.pojo.InfoStage;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author buhuazhen
* @description 针对表【project_management_info_stage(项目阶段)】的数据库操作Mapper
* @createDate 2026-03-11 10:28:27
* @Entity com.ruoyi.projectManagement.pojo.InfoStage
*/
public interface InfoStageMapper extends BaseMapper<InfoStage> {
 
}