代客下单调整
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package cn.ysk.cashier.dto.shoptable;
|
||||
|
||||
import cn.ysk.cashier.pojo.shop.TbShopInfo;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class ShopEatTypeInfoDTO {
|
||||
private boolean isTakeout;
|
||||
private boolean isMunchies;
|
||||
private boolean isDineInAfter;
|
||||
private boolean isDineInBefore;
|
||||
private TbShopInfo shopInfo;
|
||||
private String useType;
|
||||
}
|
||||
Reference in New Issue
Block a user