• 大小: 646KB
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2021-05-12
  • 语言: Java
  • 标签: java  mysql  

资源简介

北大青鸟项目案例 宠物商店 附所有java源码及数据库导入文件

资源截图

代码片段和文件信息

package cn.jbit.epetShop.dao;

import java.util.List;

import cn.jbit.epetShop.entity.Account;

public interface AccountDao {

/**
 * 更新台帐信息
 */
public abstract int updateAccount(String sql object[] param);

/**
 * 根据查询条件查询出宠物商店帐单
 */
public abstract List getPetStoreAccount(String sql String[] param);

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-23 10:28  宠物商店\
     目录           0  2018-06-23 10:28  宠物商店\epetShop\
     文件         378  2017-02-06 13:35  宠物商店\epetShop\.classpath
     文件         384  2017-02-06 13:35  宠物商店\epetShop\.project
     目录           0  2018-06-23 10:28  宠物商店\epetShop\.settings\
     文件         598  2017-02-06 13:35  宠物商店\epetShop\.settings\org.eclipse.jdt.core.prefs
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\epetShop\
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\
     文件         389  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\AccountDao.class
     文件        3236  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\baseDao.class
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\
     文件        2936  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\AccountDaoImpl.class
     文件        3700  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\PetDaoImpl.class
     文件        3303  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\PetOwnerDaoImpl.class
     文件        3294  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\PetStoreDaoImpl.class
     文件         465  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\PetDao.class
     文件         407  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\PetOwnerDao.class
     文件         407  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\dao\PetStoreDao.class
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\epetShop\entity\
     文件        1726  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\entity\Account.class
     文件        1944  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\entity\Pet.class
     文件        1136  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\entity\PetOwner.class
     文件        1142  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\entity\PetStore.class
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\epetShop\service\
     文件         338  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\service\Accountable.class
     文件         192  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\service\Breadable.class
     文件         169  2017-02-06 13:35  宠物商店\epetShop\bin\cn\jbit\epetShop\service\Buyable.class
     目录           0  2018-06-23 10:28  宠物商店\epetShop\bin\cn\jbit\epetShop\service\impl\
............此处省略59个文件信息

评论

共有 条评论