Administrator
2025-05-23 ee9be51ba25a4b6252e81b4f8cc150597cd25bae
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -16,6 +16,11 @@
@TableName("mall_goods")
public class MallGoods extends BaseEntity {
    private String storeAppId;
    private String storeGoodsId;
    private String goodsNo;
    private String goodsName;
@@ -64,6 +69,9 @@
     */
    private BigDecimal staticProp;
    @TableField(exist = false)
    private BigDecimal staticPropPrice;
    /**
     * 是否多规则 1-是 2-否
     */