
com.payneteasy.superfly.service.mapping.MappingService Maven / Gradle / Ivy
package com.payneteasy.superfly.service.mapping;
import java.io.Serializable;
public interface MappingService extends Serializable {
long getItemId();
String getItemName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy