|
|
@@ -154,6 +154,13 @@ public class BusClinicEntity extends TenantGenericEntity<String,String> {
|
|
|
@ApiModelProperty(value = "管理类型",allowableValues = "0(院内管理);1(居家管理)")
|
|
|
private ClinicManageEnum manageType;
|
|
|
|
|
|
+ @ApiModelProperty("是否存在异常标识")
|
|
|
+ private Boolean abnormal;
|
|
|
+
|
|
|
+ @ApiModelProperty("异常标识备注")
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
+ private String abnormalReason;
|
|
|
+
|
|
|
public String getWeight() {
|
|
|
return StrUtil.isBlank(weight)?null:weight;
|
|
|
}
|