智慧保安后台管理-验收版本
tangzy
2021-12-06 30df94c05573a426d030510d4dd58ae1d93bfb7a
src/main/java/org/springblade/modules/record/entity/Record.java
@@ -145,6 +145,11 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date officetime;
   @ApiModelProperty(value = "提交时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date permitime;
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   private String deptid;