lidongdong
2023-11-13 6ea2476bb8a69e171907e4f12d005ef07b640f95
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/shop/PageComFlowerOrderListDTO.java
@@ -22,11 +22,18 @@
    private Integer status;
    @ApiModelProperty(value = "自提点id")
    private Integer pointId;
    private Long pointId;
    @ApiModelProperty(value = "商户id")
    private Long storeId;
    @ApiModelProperty(value = "配送单id")
    private Long deliveryId;
    @ApiModelProperty(value = "配送方式(1.自提 2.快递)")
    private Integer deliveryType;
    @ApiModelProperty(value = "用户id", hidden = true)
    private Long userId;
}