摘要: 使用commons-dbutils public class BankAccount { private int id; private String name; private String password; private double balance; }-- 例子 QueryRunner 阅读全文
posted @ 2023-03-23 20:38 VIoleng 阅读(32) 评论(0) 推荐(0)