智慧保安后台管理-外网
tangzy
2021-08-21 568025796c345fe0fdb7daf90b0d0f01f73ab9fc
src/main/java/org/springblade/modules/dispatcher/entity/DispatcherUnit.java
@@ -82,5 +82,23 @@
    */
   private Long jurisdiction;
   /**
    * 合同生效时间
    */
   @TableField("start_time")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date startTime;
   /**
    * 合同到期时间
    */
   @TableField("end_time")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date endTime;
}