Modeling first attempt for DB
This commit is contained in:
9
src/main/java/de/etecture/ga/model/GarageServices.java
Normal file
9
src/main/java/de/etecture/ga/model/GarageServices.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package de.etecture.ga.model;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class GarageServices {
|
||||
|
||||
private Long mdService;
|
||||
}
|
||||
Reference in New Issue
Block a user