Skip to content

Commit 7e48f4b

Browse files
committed
类名修改
1 parent 98a3eae commit 7e48f4b

File tree

1 file changed

+1
-1
lines changed
  • hsweb-commons/hsweb-commons-dao/hsweb-commons-dao-api/src/main/java/org/hswebframework/web/dao/dynamic

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author zhouhao
2929
* @since 3.0
3030
*/
31-
public interface QueryByBeanDao<PO> {
31+
public interface QueryByEntityDao<PO> {
3232
List<PO> query(Entity queryEntity);
3333

3434
int count(Entity queryEntity);

0 commit comments

Comments
 (0)