oracle ebs日记账为什么会有三层结构
发布网友
发布时间:2022-04-25 09:23
我来回答
共1个回答
热心网友
时间:2023-12-02 13:18
while (rs.next()) {
Bars bar = new Bars();
bar.setId(rs.getLong("id"));
bar.setName(rs.getString("name"));
bar.setType(rs.getInt("type"));
bar.setCreatorId(rs.getLong("creator_id"));
resultList.add(bar);
}