liyong
5 天以前 be5783c8a7e13bbc76d33c95643d75779cce21db
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;
}
}