liu
9 天以前 06c312e584b99df613728d5ea8b32df4e156f3cc
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;