2026-06-29 940c8481d2fdcf51341db4ccd6fd6fcc2d43debb
yudao-module-wms/src/main/java/cn/iocoder/yudao/module/wms/dal/dataobject/md/item/WmsItemSkuDO.java
@@ -76,6 +76,11 @@
    /**
     * 销售价,单位元
     */
    private BigDecimal sellingPrice;
    private BigDecimal salePrice;
    /**
     * 状态
     */
    private Integer status;
}