@Autowired private FruitMapper fruitMapper; public int addFruit(Fruit fruit) { if (fruit.getfName().length() < 3 || fruit.getfPrice() <= 0 || fruit.getfNumber() <= 0) { return 0; } fruitMapper.insert(fruit); return 1; }
111海龙大厦看
最新推荐文章于 2025-05-07 19:46:16 发布