2 天以前 1ba0dbfde5634c8bf2ec20891d6b226b996f6b59
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/salesnotice/vo/MesWmSalesNoticeRespVO.java
@@ -24,16 +24,8 @@
    @ExcelProperty("通知单名称")
    private String name;
    @Schema(description = "销售订单编号", example = "SO202603010001")
    @ExcelProperty("销售订单编号")
    private String salesOrderCode;
    @Schema(description = "客户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
    private Long clientId;
    @Schema(description = "客户编码", example = "C001")
    @ExcelProperty("客户编码")
    private String clientCode;
    @Schema(description = "客户名称", example = "某客户")
    @ExcelProperty("客户名称")
@@ -59,6 +51,10 @@
    @ExcelProperty("状态")
    private Integer status;
    @Schema(description = "出库状态", example = "0")
    @ExcelProperty("出库状态")
    private Integer outStatus;
    @Schema(description = "备注", example = "备注")
    @ExcelProperty("备注")
    private String remark;
@@ -67,4 +63,4 @@
    @ExcelProperty("创建时间")
    private LocalDateTime createTime;
}
}