資源簡介
寵物主人和寵物商店分別登陸程序
寵物主人可以從商店購買寵物和賣出寵物
每發生一項交易對應的商店記錄在賬單上
商店可以查詢該店鋪所有賬單信息
商店可以培育新品種供寵物主人購買

代碼片段和文件信息
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\ba
?????文件???????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\databa
............此處省略54個文件信息
- 上一篇:audio tool.apk
- 下一篇:五子棋 java版 博弈算法
評論
共有 條評論