lin
2024-04-19 73ceaaa73dd6b73808aac425c70e0d9184f9f415
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;
}