xuhy
2025-06-25 4fa57c7c4f6483761497f40d5dbe7cf254613581
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.jianguan.mapper;
 
 
import java.util.List;
 
/**
 * 岗位信息 数据层
 * 
 * @author ruoyi
 */
public interface SysPostMapper
{
 
}