liding
2025-05-13 08c0e7417807e0e172640835d21f873157b03650
src/main/java/com/ruoyi/sales/pojo/InvoiceLedger.java
@@ -45,9 +45,9 @@
    private String invoicePerson;
    @ApiModelProperty(value = "开票时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime invoiceDate;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private LocalDate invoiceDate;
    @ApiModelProperty(value = "创建时间")
    @TableField(fill = FieldFill.INSERT)