zxl
2026-03-25 8819762ad58f77e606431fca4072c19e542e6055
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.tievd.jyz.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.tievd.jyz.entity.SysInfo;
 
/**
 * SysInfo
 * @author      cube
 * @since       2023-02-27
 * @version     V2.0.0
 */
public interface SysInfoMapper extends BaseMapper<SysInfo> {
 
}