peng
3 小时以前 7ae6893e2746869f879d270544b7804a82ea88a9
framework/src/main/java/cn/lili/modules/order/order/entity/vo/OrderSimpleXcxVO.java
@@ -27,6 +27,8 @@
@Data
public class OrderSimpleXcxVO {
    private String id;
    @ApiModelProperty("sn")
    private String sn;
@@ -154,6 +156,10 @@
    @ApiModelProperty(value = "卖家订单备注")
    private String sellerRemark;
    @ApiModelProperty(value = "是否是礼品卡")
    private String couponFlag;
    private int i = 0;
    public List<OrderItemVO> initOrderItems() {
        if (CharSequenceUtil.isEmpty(groupGoodsId)) {