plf 5 rokov pred
rodič
commit
4ea692e0da

+ 20 - 0
base-module/src/main/java/com/caimei/module/base/entity/vo/LogisticsRecordVo.java

@@ -27,4 +27,24 @@ public class LogisticsRecordVo extends CmLogisticsRecord {
      * 未发货数量
      */
     private Integer notShippedNum;
+
+    /**
+     * 已退货数量
+     */
+    private Integer returnedNum;
+
+    /**
+     * 商品货号
+     */
+    private String productCode;
+
+    /**
+     * 内部商品名称
+     */
+    private String aliasName;
+
+    /**
+     * 包装规格
+     */
+    private String unit;
 }