|
|
|
@ -127,8 +127,8 @@ public class QuotationInformationEntity extends QueryPage implements Serializabl |
|
|
|
* 创建时间 |
|
|
|
**/ |
|
|
|
@TableField(fill = FieldFill.INSERT) |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private Date createDate; |
|
|
|
/** |
|
|
|
* 创建人 |
|
|
|
@ -138,8 +138,8 @@ public class QuotationInformationEntity extends QueryPage implements Serializabl |
|
|
|
* 更新时间 |
|
|
|
**/ |
|
|
|
@TableField(fill = FieldFill.UPDATE,insertStrategy = FieldStrategy.NEVER) |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private Date updateDate; |
|
|
|
/** |
|
|
|
* 更新人 |
|
|
|
|