点餐机商品支持套餐点餐

This commit is contained in:
谭凯凯
2024-12-03 18:03:23 +08:00
committed by Tankaikai
parent a4963408ab
commit 355510e3bd
2 changed files with 3 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ public class TbProduct implements Serializable {
private Object groundingSpecInfo;
private String specInfo;
private String selectSpec;
private Integer groupType;
@TableField(exist = false)
private String unitName;
@Transient

View File

@@ -23,6 +23,7 @@
<result column="second_shared" jdbcType="DECIMAL" property="secondShared" />
<result column="created_at" jdbcType="BIGINT" property="createdAt" />
<result column="updated_at" jdbcType="BIGINT" property="updatedAt" />
<result column="group_type" jdbcType="BIGINT" property="groupType" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.chaozhanggui.system.cashierservice.entity.TbProductSkuWithBLOBs">
<result column="spec_info" jdbcType="LONGVARCHAR" property="specInfo" />
@@ -31,7 +32,7 @@
<sql id="Base_Column_List">
id, shop_id, bar_code, product_id, origin_price, cost_price, member_price, meal_price,
sale_price, guide_price, strategy_price, stock_number, cover_img, weight,
volume, real_sales_number, first_shared, second_shared, created_at, updated_at,suit
volume, real_sales_number, first_shared, second_shared, created_at, updated_at,suit,group_type
</sql>
<sql id="Blob_Column_List">
spec_info, spec_snap