1
2
3
4
5
6
7
8
9
10
11
12
13
| /**
| * Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
| */
| package com.jeeplus.common.persistence;
|
| /**
| * DAO支持类实现
| * @author jeeplus
| * @version 2014-05-16
| */
| public interface BaseDao {
|
| }
|
|