yuan
2026-06-07 7b28419cb3a7e050835d4575c22b4bd27bbf2b30
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> {
 
}