时间字段命名修复
This commit is contained in:
parent
d2289f2d12
commit
db33dd255e
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user