maven
5 天以前 3ac8d43ba46808cfe2fb51111da2456fd02477e1
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -30,20 +30,20 @@
    /**
     * 出入库数量
     */
    @Excel(name = "出入库数量")
    @Excel(name = "入库数量")
    private BigDecimal inboundNum;
    /**
     * 出入库时间
     */
    @Excel(name = "出入库时间")
    @Excel(name = "入库时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createDate;
    /**
     * 出入库用户
     */
    @Excel(name = "出入库用户")
    @Excel(name = "入库人")
    private String createBy;
    /**
@@ -74,7 +74,7 @@
    /**
     * 税率
     */
    @Excel(name = "税率")
    @Excel(name = "税率(%)")
    private BigDecimal taxRate;
    /**