package com.song.dao;
import java.util.List;
import com.song.Entity.Song;
import com.song.util.Page;
public interface SongDao {
public abstract int getcount();
public abstract List getlist(Page page);
public abstract List getlocationlist();
public abstract List getsingerlist();
public abstract int doadd(Song song, String sid, String lid);
public abstract Song getbyid(int id);
public abstract int doupdate(Song song, String sid, String lid);
public abstract Song doDel(int id);
}
最近下载更多
lsglsg9 LV23
2021年11月24日
123456hdhdhdhd LV7
2020年8月20日
12345678fy LV1
2020年5月21日
i like you LV2
2020年4月26日
恣意ah LV7
2020年1月2日
wr463913813 LV5
2019年12月27日
zhengjin12 LV9
2019年12月19日
13148918399 LV9
2019年12月10日
渺无人烟 LV11
2019年11月6日
yuanchuang LV22
2019年10月8日

最近浏览