2026-04-11 c3c2b034ee9811c4872dde22bb2b4fe9409a9549
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> {
 
}