xuhy
2023-05-22 bc7840156f7ccf152055800afc474f1421b5be97
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> {
}