|
@@ -115,8 +115,17 @@ public class Teacher extends SysUser {
|
|
|
|
|
|
private String memo;
|
|
|
|
|
|
+ private BigDecimal operatingIndex;
|
|
|
private BigDecimal serviceIndex;
|
|
|
|
|
|
+ public BigDecimal getOperatingIndex() {
|
|
|
+ return operatingIndex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOperatingIndex(BigDecimal operatingIndex) {
|
|
|
+ this.operatingIndex = operatingIndex;
|
|
|
+ }
|
|
|
+
|
|
|
public BigDecimal getServiceIndex() {
|
|
|
return serviceIndex;
|
|
|
}
|