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; }