
se.wfh.libs.common.web.entities.HasId Maven / Gradle / Ivy
package se.wfh.libs.common.web.entities;
public interface HasId {
Integer getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package se.wfh.libs.common.web.entities;
public interface HasId {
Integer getId();
}