智慧保安后台管理-外网
Administrator
2022-06-16 8b375fe00a241b3a769b82fe3dac8d1c9dce8a02
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.springblade.modules.securitypaper.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springblade.modules.securitypaper.entity.SecurityPaper;
 
 
/**
 * 保安员证管理Mapper 接口
 * @author zhongrj
 */
public interface SecurityPaperMapper extends BaseMapper<SecurityPaper> {
 
}