liu
2 天以前 93b8b57cc196c5bb3c35c368368738b6cb57edbc
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/miscreceipt/vo/MesWmMiscReceiptRespVO.java
@@ -35,6 +35,18 @@
    @Schema(description = "状态", example = "0")
    private Integer status;
    @Schema(description = "审核人用户编号", example = "1")
    private Long reviewerId;
    @Schema(description = "审核人姓名", example = "张三")
    private String reviewerName;
    @Schema(description = "审核时间")
    private LocalDateTime reviewTime;
    @Schema(description = "审核意见(通过时的意见 / 不通过时的原因)", example = "入库数量需再次核对")
    private String reviewRemark;
    @Schema(description = "备注", example = "备注")
    private String remark;