本地上传修改发布时间为表格中的月份
This commit is contained in:
@@ -8,6 +8,7 @@ import com.ruoyi.common.annotation.Excel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -68,7 +69,7 @@ public class JobLocalExcelVo
|
||||
@ExcelProperty(value = "需求月份", index = 12,converter = PostingDateConverter.class)
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@ApiModelProperty("发布时间")
|
||||
private String postingDate;
|
||||
private Date postingDate;
|
||||
|
||||
@ExcelProperty(value = "联系人")
|
||||
@ApiModelProperty("联系人")
|
||||
|
||||
Reference in New Issue
Block a user