补录字段添加
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -110,8 +110,6 @@ public class DgArchivesReplenishListVO implements Serializable { | ... | @@ -110,8 +110,6 @@ public class DgArchivesReplenishListVO implements Serializable { |
| 110 | * 状态1:补录中,2:已归档 | 110 | * 状态1:补录中,2:已归档 |
| 111 | */ | 111 | */ |
| 112 | @TableField("STATE") | 112 | @TableField("STATE") |
| 113 | @DateTimeFormat(pattern = "yyyy-MM-dd") | ||
| 114 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") | ||
| 115 | private String state; | 113 | private String state; |
| 116 | 114 | ||
| 117 | /** | 115 | /** | ... | ... |
-
Please register or sign in to post a comment