From 809bb58f93d45452852a01d9222a88aa412b65a9 Mon Sep 17 00:00:00 2001
From: master <master@163.com>
Date: 星期一, 28 三月 2022 19:56:27 +0800
Subject: [PATCH] 2022-3-28提交调试
---
src/app/modules/business/entity/modelstatic.ts | 9 +++++++++
src/app/modules/business/entity/trubinelocation.ts | 42 ++++++++++++++++++++++++------------------
2 files changed, 33 insertions(+), 18 deletions(-)
diff --git a/src/app/modules/business/entity/modelstatic.ts b/src/app/modules/business/entity/modelstatic.ts
index 9c183af..9803a5b 100644
--- a/src/app/modules/business/entity/modelstatic.ts
+++ b/src/app/modules/business/entity/modelstatic.ts
@@ -18,6 +18,15 @@
@Column({ comment: '', type: 'varchar', default: '', length: 50 })
name: string;
+ @Column({ comment: '缁忓害', type: 'varchar', default: '', length: 50 })
+ longitude: string;
+
+ @Column({ comment: '绾害', type: 'varchar', default: '', length: 50 })
+ latitude: string;
+
+ @Column({ comment: '楂樺害', type: 'varchar', default: '', length: 50 })
+ height: string;
+
@Column({ comment: '{name:"澶囨敞"}', type: 'varchar', default: '', length: 50 })
remark: string;
diff --git a/src/app/modules/business/entity/trubinelocation.ts b/src/app/modules/business/entity/trubinelocation.ts
index cbcf2c4..21db3b7 100644
--- a/src/app/modules/business/entity/trubinelocation.ts
+++ b/src/app/modules/business/entity/trubinelocation.ts
@@ -2,29 +2,35 @@
import { BaseEntity } from '@cool-midway/core';
import { Column, Double } from 'typeorm';
/**
-聽 聽 聽 聽 * 鏂楄疆鏈轰俊鎭�
-聽 聽 聽 聽 */
-@EntityModel('t_base_dou_trubine_location')
-export class Trubinelocation extends BaseEntity {
-@Column({ comment:'{name:"楂樺害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type:'varchar', default:'', length:50})
-elevation: string;
+ * 鏂楄疆鏈轰俊鎭�
+ */
+@EntityModel('t_base_dou_trubine_location')
+export class Trubinelocation extends BaseEntity {
+ @Column({ comment: '{name:"楂樺害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ elevation: string;
-@Column({ comment:'{name:"鏂逛綅瑙�",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type:'varchar', default:'', length:50})
-heading_angle: string;
+ @Column({ comment: '{name:"鏂逛綅瑙�",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ heading_angle: string;
-@Column({ comment:'{name:"绾害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type:'varchar', default:'', length:50})
-latitude: string;
+ @Column({ comment: '{name:"缈绘粴瑙�",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ roll_angle: string;
-@Column({ comment:'{name:"缁忓害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type:'varchar', default:'', length:50})
-longitude: string;
+ @Column({ comment: '{name:"淇话瑙�",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ petch_angle: string;
-@Column({ comment:'{name:"绮惧害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type:'varchar', default:'', length:50})
-precision: string;
+ @Column({ comment: '{name:"绾害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ latitude: string;
-@Column({ comment:'{name:"澶囨敞"}', type:'varchar', default:'', length:50})
-remark: string;
+ @Column({ comment: '{name:"缁忓害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ longitude: string;
-@Column({ comment:'{name:"鐘舵��",dict:{"1":"鍚敤", "0":"鍋滅敤"}}', type:'int', default:1, width:0})
-status: number;
+ @Column({ comment: '{name:"绮惧害",format:0.00001,tips:"绮剧‘鍒板皬鏁扮偣鍚�6浣�"}', type: 'varchar', default: '', length: 50 })
+ precision: string;
+
+ @Column({ comment: '{name:"澶囨敞"}', type: 'varchar', default: '', length: 50 })
+ remark: string;
+
+ @Column({ comment: '{name:"鐘舵��",dict:{"1":"鍚敤", "0":"鍋滅敤"}}', type: 'int', default: 1, width: 0 })
+ status: number;
}
\ No newline at end of file
--
Gitblit v1.9.1