// 查询firstName 叫做“joe”的人List<User> joes = userBox.query() .equal(User_.firstName, "Joe") .build() .find();.
確定! 回上一頁