Get similar work orders before wo creation.
This commit is contained in:
parent
3347d27a3b
commit
c54e0353d8
|
|
@ -5,4 +5,9 @@ public class VecRecord
|
|||
public int Id { get; set; }
|
||||
public float[] Vector { get; set; }
|
||||
public string Text { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Text;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue