智慧保安后台管理项目备份
Administrator
2021-09-18 3b1e22dc8460daafc2ecbae478ddcbe5ea21b944
src/main/java/org/springblade/modules/record/entity/Record.java
@@ -148,12 +148,13 @@
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   private String deptid;
   private String examinetime;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String approve;
   private String cardid;
   private String jurisdiction;
   private String ptype;
   @ApiModelProperty(value = "提交时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")