All Downloads are FREE. Search and download functionalities are using the official Maven repository.

group.rober.base.menu.model.RWSortEntity Maven / Gradle / Ivy

The newest version!
package group.rober.base.menu.model;

public interface RWSortEntity {
    String getSortCode();
    void setRw(String rw);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy