liu
19 小时以前 f0339041201f63baeb7907d45b5690dbac28e502
yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/purchase/vo/request/ErpPurchaseRequestPageReqVO.java
@@ -26,17 +26,20 @@
    @Schema(description = "申请部门编号", example = "1")
    private Long requestDeptId;
    @Schema(description = "供应商编号", example = "1")
    private Long supplierId;
    @Schema(description = "状态", example = "0")
    private Integer status;
    @Schema(description = "申请时间")
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
    private LocalDateTime[] requestTime;
    @Schema(description = "审批状态", example = "20")
    private Integer status;
    @Schema(description = "申请理由", example = "生产需要")
    private String requestReason;
    @Schema(description = "产品编号", example = "1")
    private Long productId;
    @Schema(description = "入库状态(0:未入库 1:部分入库 2:全部入库)", example = "0")
    private Integer inStatus;
}