wangzhibo
2026-07-16 9f6e099c39b61027cc96df77200b98388d48d348
src/modules/push/entity/cameragps.ts
@@ -35,6 +35,6 @@
  @Column({ comment: '海拔高度', type: 'decimal', precision: 6, scale: 2, nullable: true })
  elevation: number;
  @Column({ comment: '定位状态', dict: ['有效定位', '无效定位'], default: 0 })
  status: number;
  @Column({ comment: '定位精度' })
  status: string;
}