maven
4 天以前 6b07eb90a0e03bf203315131ee3cfa727c6c46ff
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;
    /**