10-29-LocalDate修改
This commit is contained in:
		| @ -17,6 +17,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; | ||||
|  | ||||
| @ -91,9 +92,9 @@ public class XzdContractProgressSettlementVo implements Serializable { | ||||
|     /** | ||||
|      * 单据日期 | ||||
|      */ | ||||
|     @DateTimeFormat(pattern = "yyyy-MM-dd") | ||||
|     @JsonFormat(pattern = "yyyy-MM-dd") | ||||
|     private Date documentDate; | ||||
| //    @DateTimeFormat(pattern = "yyyy-MM-dd") | ||||
| //    @JsonFormat(pattern = "yyyy-MM-dd") | ||||
|     private LocalDate documentDate; | ||||
|  | ||||
|     /** | ||||
|      * 合同id | ||||
|  | ||||
		Reference in New Issue
	
	Block a user