Files
java-tutorials/linkrest/src/main/java/com/baeldung/cayenne/Department.java
T

10 lines
182 B
Java
Raw Normal View History

2019-10-20 20:00:20 +05:30
package com.baeldung.cayenne;
import com.baeldung.cayenne.auto._Department;
public class Department extends _Department {
private static final long serialVersionUID = 1L;
}