src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -40,6 +40,9 @@ @ApiModelProperty(value = "备注") private String remark; @ApiModelProperty(value = "类型 0合格入库 1不合格入库") private String type; @ApiModelProperty(value = "创建时间") @TableField(fill = FieldFill.INSERT) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @@ -58,7 +61,4 @@ @TableField(fill = FieldFill.INSERT_UPDATE) private Integer updateUser; @ApiModelProperty(value = "租户ID") @TableField(fill = FieldFill.INSERT) private Long tenantId; }