package lj.service;
import lj.model.GoodInfo;
public class ShoppingService {
public final static String SESSION_SHOPPINGS="shoppings";
private GoodInfo[] goods={
new GoodInfo("01","麻辣脆骨干锅","香辣",68),
new GoodInfo("02","酸辣土豆丝","香辣",8),
new GoodInfo("03","银鱼蒸蛋","清淡",18),
new GoodInfo("04","冬瓜炖排骨","清淡",38),
new GoodInfo("05","鸭脖鸭掌鸭翅拼盘","酱卤",28),
new GoodInfo("05","无锡酱排骨","酱卤",48)};
public GoodInfo[] findAllGoods() {
return goods;
}
public GoodInfo findGoodByGoodId(String goodId){
for(GoodInfo good:goods)
if(good.getGoodId().equals(goodId))
return good;
return null;
}
}
最近下载更多
krispeng LV15
6月3日
一磕小橙子 LV3
2024年6月20日
微信网友_6790966844739584 LV5
2024年6月12日
yuanyuan23 LV1
2024年5月30日
qtingchh LV3
2024年5月3日
a2418735612 LV1
2024年1月4日
xdjxdjxdj LV1
2023年3月27日
蹇金金 LV7
2023年3月15日
你们的代码都是我的了 LV16
2022年12月13日
1379585889 LV11
2022年12月13日
最近浏览更多
099088
10月20日
暂无贡献等级
周 敬博 LV2
2月18日
lyd5201314 LV1
2024年12月17日
短巷拥猫 LV12
2024年12月16日
Daima000 LV4
2024年12月3日
1002348101
2024年11月29日
暂无贡献等级
玫瑰王子的共犯
2024年11月2日
暂无贡献等级
曾显示 LV6
2024年7月7日
微信网友_7052938295398400 LV1
2024年6月25日
liyan54188 LV2
2024年6月25日

