zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
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;
}