lfy недель назад: 2
Родитель
Сommit
2c47019b49

+ 4 - 0
delivery-module-core/delivery-module-core-biz/src/main/java/com/unis/module/coding/controller/admin/delivery/vo/DeliveryRespVO.java

@@ -73,14 +73,18 @@ public class DeliveryRespVO {
73 73
     @ExcelIgnore
74 74
     private String lxdh;
75 75
     @Schema(description = "仓房类型编码")
76
+    @ExcelIgnore
76 77
     private String cflx;
77 78
 
78 79
     @Schema(description = "仓房状态编码")
80
+    @ExcelIgnore
79 81
     private String cfzt;
80 82
 
81 83
     // 仓房仓容
82 84
     @Schema(description = "仓房仓容start")
85
+    @ExcelIgnore
83 86
     private Integer cfStart;
84 87
     @Schema(description = "仓房仓容end")
88
+    @ExcelIgnore
85 89
     private Integer cfEnd;
86 90
 }