yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/sn/vo/MesWmSnRespVO.java
@@ -48,6 +48,18 @@ @Schema(description = "生产工单编号", example = "1") private Long workOrderId; @Schema(description = "状态(1-在库 2-已出库)", example = "1") private Integer status; @Schema(description = "在库仓库 ID", example = "5") private Long warehouseId; @Schema(description = "在库库区 ID", example = "11") private Long locationId; @Schema(description = "在库库位 ID", example = "10") private Long areaId; @Schema(description = "创建时间") @ExcelProperty("生成时间") private LocalDateTime createTime;