| | |
| | | * 出生日期 |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @ExcelExport(value = "出生日期",sort =6) |
| | | @ExcelImport("出生日期") |
| | | // @ExcelExport(value = "出生日期",sort =6) |
| | | // @ExcelImport("出生日期") |
| | | @Excel(name = "出生日期",sort = 6,dateFormat = "yyyy/MM/dd") |
| | | @ApiModelProperty("出生日期") |
| | | private Date birthday; |
| | |
| | | private String zhiyeZysszdw; |
| | | |
| | | |
| | | @ApiModelProperty("预约时间开始") |
| | | @TableField(exist = false) |
| | | @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | private Date yykssj; |
| | | |
| | | |
| | | @ApiModelProperty("预约时间结束") |
| | | @TableField(exist = false) |
| | | @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | private Date yyjssj; |
| | | |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |