Merge branch 'feature' of https://gitee.com/liuyingfang/cashier-admin into feature

This commit is contained in:
liuyingfang
2024-03-05 15:36:54 +08:00
8 changed files with 50 additions and 13 deletions

View File

@@ -105,4 +105,6 @@ public class TbCashierCartDto implements Serializable {
private String isGift;
private Long pendingAt;
private String uuid;
}

View File

@@ -157,4 +157,6 @@ public class TbOrderInfoDto implements Serializable {
private String remark;
private List<TbOrderDetail> detailList;
private String payRemark;
}

View File

@@ -17,6 +17,7 @@ package cn.ysk.cashier.dto.product;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
/**
* @website https://eladmin.vip
@@ -54,7 +55,7 @@ public class TbProductGroupDto implements Serializable {
private Integer sort;
/** 商品列表 */
private String productIds;
private List<String> productIds;
private Long createdAt;