wangting
2024-11-29 893ce756a697d6b2b8c13cbfa56119218d6894f4
1
2
3
4
5
6
7
8
9
10
package com.vci.starter.web.service;
 
/**
 * 基础的服务
 * @author weidy
 * @date 2019/12/10 6:17 PM
 */
public class BaseService<T> {
 
}