• 大小: 583KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-29
  • 语言: 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);

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        378  2017-02-06 13:35  epetShop\.classpath

     文件        384  2017-02-06 13:35  epetShop\.project

     文件        598  2017-02-06 13:35  epetShop\.settings\org.eclipse.jdt.core.prefs

     文件        389  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\AccountDao.class

     文件       2583  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\baseDao.class

     文件       2936  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\impl\AccountDaoImpl.class

     文件       3700  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\impl\PetDaoImpl.class

     文件       3303  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\impl\PetOwnerDaoImpl.class

     文件       3294  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\impl\PetStoreDaoImpl.class

     文件        465  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\PetDao.class

     文件        407  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\PetOwnerDao.class

     文件        407  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\dao\PetStoreDao.class

     文件       1726  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\entity\Account.class

     文件       1944  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\entity\Pet.class

     文件       1136  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\entity\PetOwner.class

     文件       1142  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\entity\PetStore.class

     文件        338  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\Accountable.class

     文件        192  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\Breadable.class

     文件        169  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\Buyable.class

     文件        916  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\service\impl\PetFactoryImpl.class

     文件       6198  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\impl\PetOwnerServiceImpl.class

     文件       1874  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\impl\PetStoreFactoryImpl.class

     文件      11405  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\service\impl\PetStoreServiceImpl.class

     文件        201  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\service\PetFactory.class

     文件        386  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\PetOwnerService.class

     文件        167  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\PetStoreFactory.class

     文件       1001  2020-10-09 16:07  epetShop\bin\cn\jbit\epetShop\service\PetStoreService.class

     文件        172  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\service\Sellable.class

     文件      13388  2020-10-09 16:04  epetShop\bin\cn\jbit\epetShop\test\Main.class

     文件         95  2020-09-09 19:38  epetShop\bin\database.properties

............此处省略54个文件信息

评论

共有 条评论