|
@ -44,8 +44,20 @@ public class RehabilitationPlanTemplateDO extends UuidIdentityEntityWithOperator
|
|
|
|
|
|
@Column(name = "status")
|
|
@Column(name = "status")
|
|
private String status;
|
|
private String status;
|
|
|
|
|
|
|
|
@Column(name = "type")
|
|
|
|
private String type;
|
|
//---------------------------------
|
|
//---------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
public String getType() {
|
|
|
|
return type;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setType(String type) {
|
|
|
|
this.type = type;
|
|
|
|
}
|
|
|
|
|
|
public String getStatus() {
|
|
public String getStatus() {
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|