add annotation and formatting code

pull/776/head
yewei 3 years ago
parent 678a67d1d4
commit 875832637a

@ -76,7 +76,6 @@ public class HisConfigVerifyInfo {
/** /**
* GmtCreate * GmtCreate
*/ */
@JsonIgnore
@TableField(fill = FieldFill.INSERT) @TableField(fill = FieldFill.INSERT)
private Date gmtCreate; private Date gmtCreate;
@ -93,7 +92,6 @@ public class HisConfigVerifyInfo {
/** /**
* GmtVerify * GmtVerify
*/ */
@JsonIgnore
@TableField(fill = FieldFill.UPDATE) @TableField(fill = FieldFill.UPDATE)
private Date gmtVerify; private Date gmtVerify;

Loading…
Cancel
Save