zhang_nuo
3 天以前 dcb687e06191ebd38fd1b44a76a77bf20a1d9b8e
src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -43,11 +43,13 @@
    @Schema(description = "备注")
    private String remark;
    @Schema(description = "预警数量")
    private BigDecimal warnNum;
    @Schema(description = "类型  0合格入库 1不合格入库")
    private String type;
    @Schema(description = "创建时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;