liusheng
10 小时以前 971bd30b611531464d7a878352e453ab4511f93f
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentRespVO.java
@@ -110,4 +110,27 @@
    @Schema(description = "已付款")
    @ExcelProperty("已付款")
    private Integer paid;
}
    //    @TableField(exist = false)
    private String status;
    /**
     * 耐药性: 是否多耐1代表是,0代表不是
     */
    private String tolerance;
    /**
     *住院号
     */
    private String hospitalNo;
    /**
     * 医保卡号
     */
    private String medicalCard;
    /**
     * 门诊号
     */
    private String outpatientNo;
}