⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accountfood_intef.java

📁 SSH 开发网上订餐系统。由于SSH相关包太大不方便上传。请自行导入。
💻 JAVA
字号:
package com.web.servic;

import java.util.List;

import com.web.model.AccountFood;

public interface AccountFood_Intef {
	public void save(AccountFood transientInstance) ;
	public void delete(AccountFood persistentInstance) ;
	public AccountFood findById(java.lang.String id) ;
	public List findByAfFoodCount(Object afFoodCount) ;
	public List findByAfTotalPrice(Object afTotalPrice) ;
	public List findAll() ;
	public List findbyAccountId(String accountId) ;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -