时间字段命名修复

This commit is contained in:
liyj 2025-11-07 08:59:13 +08:00
parent d2289f2d12
commit db33dd255e

View File

@ -48,7 +48,7 @@ public class ProductQuantityConsumption {
@ApiModelProperty("店铺ID") @ApiModelProperty("店铺ID")
private Integer storeId; private Integer storeId;
@TableField(value = "update_time",updateStrategy = FieldStrategy.NOT_EMPTY) @TableField(value = "create_time",updateStrategy = FieldStrategy.NOT_EMPTY)
@ApiModelProperty("创建时间") @ApiModelProperty("创建时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime; private Date createTime;