1.代客下单后选择会员修改
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.chaozhanggui.system.cashierservice.entity.vo;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.TbShopTable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class TbShopTableVO extends TbShopTable {
|
||||
private Integer userId;
|
||||
}
|
||||
Reference in New Issue
Block a user