mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
removeByDsId 方法dsId 类型修改为Long
This commit is contained in:
parent
be02587e61
commit
5071e53b2b
@ -59,6 +59,6 @@ public interface GenDatasourceConfService extends IService<GenDatasourceConf> {
|
||||
* @param dsId 数据源ID
|
||||
* @return
|
||||
*/
|
||||
Boolean removeByDsId(Integer dsId);
|
||||
Boolean removeByDsId(Long dsId);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user