点餐机商品支持套餐点餐

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