yaowanxin
11 小时以前 4a230630d478cf6f82dea12e0358550bb25d46e9
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -38,6 +38,11 @@
    @Excel(name = "待出库数量")
    @TableField(exist = false)
    private BigDecimal inboundNum0;
    /**
     * 图片
     */
    private String url;
    /**
     * 出库数量
     */
@@ -115,5 +120,16 @@
     */
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 每箱数量
     */
    private Integer boxNum;
    /**
     * 每箱规格
     */
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    private BigDecimal dollarPrice;
}