@@ -99,4 +99,9 @@ public class ProductInfo extends BasePo {
*/
private BigDecimal unitPrice;
+ /**
+ * 库存阈值
+ */
+ private Integer stockThreshold;
+
}