点餐机商品支持套餐点餐
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.chaozhanggui.system.cashierservice.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.chaozhanggui.system.cashierservice.entity.vo.ProductGroupVo;
|
||||
import lombok.Data;
|
||||
import org.springframework.data.annotation.Transient;
|
||||
|
||||
@@ -88,6 +89,9 @@ public class TbProduct implements Serializable {
|
||||
private String selectSpec;
|
||||
@TableField(exist = false)
|
||||
private String unitName;
|
||||
@Transient
|
||||
@TableField(exist = false)
|
||||
private List<ProductGroupVo> proGroupVo;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user