|
@@ -110,6 +110,8 @@ public class StudentRegistration {
|
|
|
|
|
|
//乐团
|
|
//乐团
|
|
private OwnershipType ownershipType;
|
|
private OwnershipType ownershipType;
|
|
|
|
+
|
|
|
|
+ private Integer chargeTypeId;
|
|
|
|
|
|
public BigDecimal getBalance() {
|
|
public BigDecimal getBalance() {
|
|
return balance;
|
|
return balance;
|
|
@@ -381,4 +383,12 @@ public class StudentRegistration {
|
|
public void setOwnershipType(OwnershipType ownershipType) {
|
|
public void setOwnershipType(OwnershipType ownershipType) {
|
|
this.ownershipType = ownershipType;
|
|
this.ownershipType = ownershipType;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Integer getChargeTypeId() {
|
|
|
|
+ return chargeTypeId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setChargeTypeId(Integer chargeTypeId) {
|
|
|
|
+ this.chargeTypeId = chargeTypeId;
|
|
|
|
+ }
|
|
}
|
|
}
|