init
This commit is contained in:
17
src/main/java/library/external/PointSystem.java
vendored
Normal file
17
src/main/java/library/external/PointSystem.java
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
package library.external;
|
||||
|
||||
public class PointSystem {
|
||||
|
||||
private Long id;
|
||||
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(Long id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user