package com.hwua.bookstore.dao;

import java.util.List;

import com.hwua.bookstore.entity.Author;

public interface AuthorDao {
	int create(Author author);
	int update(Author author);
	int delete(String id);
	Author findById(String id);
	List<Author> findAll();
}
最近下载更多
komorebi123987  LV5 2023年12月9日
xiquyiyuan  LV10 2023年6月28日
768881787  LV7 2023年6月26日
ly4910  LV3 2023年6月12日
Shemar  LV12 2023年3月15日
陈跃阳  LV7 2022年12月21日
娜娜子zz  LV2 2022年12月9日
337110415  LV7 2022年10月31日
seki1231  LV4 2022年6月28日
wangyunhao  LV10 2022年5月31日
最近浏览更多
张志波 11月15日
暂无贡献等级
boqiu2016  LV17 10月19日
liyan54188  LV2 6月25日
TY0165  LV20 6月25日
暂无贡献等级
ahhhahhhahhh  LV1 6月17日
郭宇航裹裹  LV5 6月9日
1491713781  LV8 6月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友