摘要:
今天完成的是最后一个表summary的功能 package org.example.oldmandemo3; import java.sql.Date; public class summary { private int level1; private int level2; private in 阅读全文
摘要:
今天完成了信息提供者表单及相关功能 package org.example.oldmandemo3; public class information { private String name; private String relation; private String contacts; p 阅读全文
摘要:
这是被评估者基本信息表部分 package org.example.oldmandemo3; import java.sql.Date; public class people { private String name; private String sex; private Date birth 阅读全文