buhuazhen
3 天以前 0332be6e1b896a1ce0d544c298567ccefea52dea
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> {
 
}