liusheng
2025-04-11 c6461ee45e27ad7f6f1a89d5aab103fbab6e79d3
smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -387,4 +387,29 @@
    @ApiModelProperty(value = "操作人ID")
    private String operatorId;
    @ApiModelProperty(value = "标签名")
    private String tagname;
    @ApiModelProperty(value = "随访标识:0不需要,1要")
    private String fuflag;
    @ApiModelProperty(value = "随访日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date fudate;
    @ApiModelProperty(value = "随访周期建议")
    private String fuperiod;
    @ApiModelProperty(value = "随访类型编码")
    private String futypecode;
    @ApiModelProperty(value = "随访类型名称")
    private String futypedesc;
    @ApiModelProperty(value = "随访复诊指导")
    private String fuadvice;
    @ApiModelProperty(value = "专病随访建议")
    private String fuspecialadvice;
}