liusheng
6 天以前 e4dfb81cfc1e363f7aed2de8c3175a1ad3aa3f62
smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -212,4 +212,12 @@
    @ApiModelProperty(value = "结束就诊时间")
    private Date endTime;
    /**
     * 证件号码
     */
    @ApiModelProperty("证件号码")
    @Excel(name = " 证件号码 ")
    private String idcardno;
}