xuhy
2023-03-28 dea785f9fab25a7c68ea890628a39c973c96a935
1
2
3
4
5
6
7
package com.supersavedriving.user.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.supersavedriving.user.modular.system.model.SystemConfig;
 
public interface SystemConfigMapper extends BaseMapper<SystemConfig> {
}