浏览代码

bug fixes

plf 5 年之前
父节点
当前提交
4ea692e0da
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      base-module/src/main/java/com/caimei/module/base/entity/vo/LogisticsRecordVo.java

+ 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;
 }