liusheng
2024-04-25 0cb32a4fa55bebcba97f4646ec3c401c245b17e5
smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -92,6 +92,14 @@
    private Date birthdate;
    /**
     * 入院时间
     */
    @ApiModelProperty("入院时间")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = " 生日 ", width = 30, dateFormat = "yyyy-MM-dd")
    private Date inhosptime;
    /**
     * 年龄
     */
    @ApiModelProperty("年龄")