Browse Source

注释不带出字段

lfy 2 weeks ago
parent
commit
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
     @ExcelIgnore
73
     @ExcelIgnore
74
     private String lxdh;
74
     private String lxdh;
75
     @Schema(description = "仓房类型编码")
75
     @Schema(description = "仓房类型编码")
76
+    @ExcelIgnore
76
     private String cflx;
77
     private String cflx;
77
 
78
 
78
     @Schema(description = "仓房状态编码")
79
     @Schema(description = "仓房状态编码")
80
+    @ExcelIgnore
79
     private String cfzt;
81
     private String cfzt;
80
 
82
 
81
     // 仓房仓容
83
     // 仓房仓容
82
     @Schema(description = "仓房仓容start")
84
     @Schema(description = "仓房仓容start")
85
+    @ExcelIgnore
83
     private Integer cfStart;
86
     private Integer cfStart;
84
     @Schema(description = "仓房仓容end")
87
     @Schema(description = "仓房仓容end")
88
+    @ExcelIgnore
85
     private Integer cfEnd;
89
     private Integer cfEnd;
86
 }
90
 }