yuan
2026-06-25 3b02ada59b793fe7db195bbb39dbc0e533f036d6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.projectManagement.mapper;
 
import com.ruoyi.projectManagement.pojo.ContractInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author buhuazhen
* @description 针对表【project_management_contract_info(项目联系信息)】的数据库操作Mapper
* @createDate 2026-03-09 16:38:09
* @Entity com.ruoyi.projectManagement.pojo.ContractInfo
*/
public interface ContractInfoMapper extends BaseMapper<ContractInfo> {
 
}