|
|
@@ -33,7 +33,7 @@ public class PropertyValue implements Serializable {
|
|
|
private Long id;
|
|
|
|
|
|
/**
|
|
|
- * 器件Id
|
|
|
+ * 器件Id TODO 仅用于合并导出的器件和属性数据,jpa中不需要,后期可能会删除
|
|
|
*/
|
|
|
@Column(name = "pv_componentid")
|
|
|
private Long componentid;
|
|
|
@@ -52,7 +52,7 @@ public class PropertyValue implements Serializable {
|
|
|
private Property property;
|
|
|
|
|
|
/**
|
|
|
- * 排序
|
|
|
+ * 排序 TODO jpa使用,之后换为jdbc后,需要删除
|
|
|
*/
|
|
|
@Column(name = "pv_detno")
|
|
|
private Short detno;
|