|
|
@ -160,16 +160,6 @@ public class EquOrder extends BaseEntity {
|
|
|
|
this.planRestrict = planRestrict;
|
|
|
|
this.planRestrict = planRestrict;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private String planRestrict;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getPlanRestrict() {
|
|
|
|
|
|
|
|
return planRestrict;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setPlanRestrict(String planRestrict) {
|
|
|
|
|
|
|
|
this.planRestrict = planRestrict;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getEquipmentName() {
|
|
|
|
public String getEquipmentName() {
|
|
|
|
return equipmentName;
|
|
|
|
return equipmentName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|