update [重大改动] 重写VO转换 支持深拷贝 将VO类抽象到 ServicePlus 泛型处理

This commit is contained in:
疯狂的狮子li
2021-07-24 21:19:05 +08:00
parent fbe9ad2392
commit 90d4fd8cf1
40 changed files with 295 additions and 295 deletions
@@ -14,7 +14,7 @@ import java.util.Collection;
*
* @author Lion Li
*/
public interface ISysOssService extends IServicePlus<SysOss> {
public interface ISysOssService extends IServicePlus<SysOss, SysOssVo> {
TableDataInfo<SysOssVo> queryPageList(SysOssQueryBo sysOss);