parent
404d457b0d
commit
418d04b752
@ -1,9 +1,11 @@
|
||||
package com.ruoyi.common.core.service;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* 通用service
|
||||
*
|
||||
* @author pinn
|
||||
*/
|
||||
public class CommonService extends MybatiesPlusService {
|
||||
public class CommonService<M extends BaseMapper<T>, T> extends MybatiesPlusService {
|
||||
}
|
||||
|
Loading…
Reference in new issue