smartor/src/main/java/com/smartor/domain/ServiceTask.java
@@ -123,6 +123,17 @@ @ApiModelProperty(value = "添加时间") private Date addtime; @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = " ", width = 30, dateFormat = "yyyy-MM-dd") @ApiModelProperty(value = "开始时间") private Date beginTime; @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = " ", width = 30, dateFormat = "yyyy-MM-dd") @ApiModelProperty(value = "结束时间") private Date endTime; /** * 审核人id */