DataRow转换成实体类

发布日期:2023-07-24
最后更新:2026-02-20 18:49:22
阅读:9,379
User user = row.entity(User.class);
关于列与属性的对应参考【EntityAdapter