liu
2026-09-02 1fb5fc73e8df33b25337ab34f669ab03e0d9ce06
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/md/item/vo/MesMdItemPageReqVO.java
@@ -29,6 +29,9 @@
    @Schema(description = "状态", example = "0")
    private Integer status;
    @Schema(description = "物料编号集合(逗号分隔),用于限定可选物料范围", example = "1,2,3")
    private String ids;
    @Schema(description = "创建时间")
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
    private LocalDateTime[] createTime;