yaowanxin
3 天以前 93ccb6e153b5523a46738bbf6713cd4df25a49e4
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -120,5 +120,16 @@
     */
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 每箱数量
     */
    private Integer boxNum;
    /**
     * 每箱规格
     */
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    private BigDecimal dollarPrice;
}