2026-07-03 3179fbb9c77eeb5260593e9df20046285dc56fe6
yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/product/vo/product/ErpProductPageReqVO.java
@@ -20,9 +20,6 @@
    @Schema(description = "产品分类编号", example = "11161")
    private Long categoryId;
    @Schema(description = "产品状态", example = "0")
    private Integer status;
    @Schema(description = "创建时间")
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
    private LocalDateTime[] createTime;