package MobileContacts.dao.Impl;
import java.util.List;
import MobileContacts.entity.Contacts;
public interface MContactsdao {
//1.展示所有菜单
public List<Contacts> selectAllContactss();
//2.增加
public void insertContacts(Contacts Contacts);
//3.删除
public void deleteContacts(Contacts Contacts);
//4.修改
public void alterContacts(String name,Double price);
//根据姓名查询
public Contacts getContactsByName(String name);
//根据微信号查找
public Contacts getContactsByweChar(String weChar);
}
最近下载更多
asdgcyv LV1
2023年5月31日
15342201772 LV9
2022年12月4日
balabalawuyu LV6
2022年11月24日
1102445814 LV1
2022年6月25日
杨小姐好棒棒 LV3
2022年5月24日
Demo1111 LV30
2021年12月6日
N LV1
2021年6月17日
MrLinsir LV2
2020年6月19日
如夝萌灵 LV1
2020年5月13日
byy1314520 LV1
2020年4月18日
最近浏览更多
微信网友_6589859840430080
2023年8月3日
暂无贡献等级
asdgcyv LV1
2023年5月31日
shushs LV1
2023年5月31日
adminadminsqwqe LV8
2023年1月30日
Willson88888 LV3
2022年12月13日
15342201772 LV9
2022年12月4日
balabalawuyu LV6
2022年11月24日
飞梦ff LV8
2022年7月24日
1102445814 LV1
2022年6月25日
又见梨园 LV1
2022年6月1日

