Commit 3cae3858 authored by 0Tyler's avatar 0Tyler

Device id

parent 66b615d9
This diff is collapsed.
...@@ -18,9 +18,6 @@ import java.util.List; ...@@ -18,9 +18,6 @@ import java.util.List;
public class Device { public class Device {
@Id @Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
private String udn; private String udn;
private String name; private String name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment