package
Account;
public
class accounts {
protected int id;//
银行账号
protected String password;//
用户密码
protected String name;//
用户型号
protected String personId;//
身份账号
protected int accountType;//
账号类型,
代表储蓄卡,
1代表信用卡
protected double balance;//
账户余额.之所以定义为
protected
是让他的子类可以直接用,不需要通过方法来赋值。
protected
double ceiling;
public
String getPassword(){
return
password;
}public
void setPassword(String password){
this.password=password;
}public
String getName(){
return
name;
}40565 9E75 鹵40843 9F8B 龋&37717 93 ...
附件列表