From d9f6251b2ba4cf74669df87e27552fc3f8509651 Mon Sep 17 00:00:00 2001 From: Houpn Date: Mon, 25 Sep 2023 21:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=9A=E4=B8=BE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hiver-mall/src/main/java/cc/hiver/mall/pojo/vo/SaleVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/pojo/vo/SaleVO.java b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/pojo/vo/SaleVO.java index dea66ce2..730df7cc 100644 --- a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/pojo/vo/SaleVO.java +++ b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/pojo/vo/SaleVO.java @@ -25,7 +25,7 @@ public class SaleVO implements Serializable { @ApiModelProperty(value = "订单状态 1-未预定 2-已预定 3-待自提 4-已取货 5-已送达") private String status; - @ApiModelProperty(value = "物流类别 1-物流 2-快递 3-自提 4-拼单") + @ApiModelProperty(value = "物流类别 1-物流 2-自提 3-快递 4-拼单") private String transportType; @ApiModelProperty(value = "客户ID")