10-29-LocalDate修改
This commit is contained in:
@ -16,6 +16,7 @@ import org.springframework.format.annotation.DateTimeFormat;
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDate;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
@ -77,10 +78,12 @@ public class XzdContractDetailsVo implements Serializable {
|
||||
/**
|
||||
* 单据日期
|
||||
*/
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@ExcelProperty(value = "单据日期")
|
||||
private Date documentDate;
|
||||
// @DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
// @JsonFormat(pattern = "yyyy-MM-dd")
|
||||
// @ExcelProperty(value = "单据日期")
|
||||
// private Date documentDate;
|
||||
|
||||
private LocalDate documentDate;
|
||||
|
||||
/**
|
||||
* 项目
|
||||
|
||||
Reference in New Issue
Block a user