| | |
| | | <workItem from="1616487257652" duration="6990000" /> |
| | | <workItem from="1616501287620" duration="598000" /> |
| | | <workItem from="1616547019982" duration="10669000" /> |
| | | <workItem from="1616566015680" duration="15255000" /> |
| | | <workItem from="1616566015680" duration="16654000" /> |
| | | </task> |
| | | <servers /> |
| | | </component> |
| | |
| | | /** |
| | | * create_at |
| | | */ |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy/MM/dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy/MM/dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createAt; |
| | | @ApiModelProperty("发布人名字") |
| | | private String userName; |