lin
2024-04-23 6a63e7a6d94ee83ca833f8dd513c1c94fcd1c5ba
src/main/java/org/springblade/modules/nursingCheckIn/entity/NursingCheckInEntity.java
@@ -87,4 +87,14 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField(value = "create_time",fill = FieldFill.INSERT)
   private Date createTime;
   /** 经度 */
   @ApiModelProperty(value = "经度", example = "")
   @TableField("longitude")
   private String longitude;
   /** 纬度 */
   @ApiModelProperty(value = "纬度", example = "")
   @TableField("latitude")
   private String latitude;
}