liu
10 天以前 06c312e584b99df613728d5ea8b32df4e156f3cc
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/productsales/vo/MesWmProductSalesRespVO.java
@@ -46,10 +46,6 @@
    @ExcelProperty("发货通知单编号")
    private String noticeCode;
    @Schema(description = "客户编码", example = "C001")
    @ExcelProperty("客户编码")
    private String clientCode;
    @Schema(description = "收货人", example = "张三")
    @ExcelProperty("收货人")
    private String contactName;
@@ -82,4 +78,4 @@
    @ExcelProperty("创建时间")
    private LocalDateTime createTime;
}
}