修改注释中的参数名称

This commit is contained in:
GeBron
2018-12-25 20:35:18 +08:00
parent c628cf7ee7
commit bb1831f609

View File

@ -13,7 +13,7 @@ public interface SysConfigMapper
/**
* 查询参数配置信息
*
* @param configId 参数配置信息
* @param config 参数配置信息
* @return 参数配置信息
*/
public SysConfig selectConfig(SysConfig config);