![JAR search and dependency download from the Maven repository](/logo.png)
com.quhaodian.data.entity.SortEntity Maven / Gradle / Ivy
package com.quhaodian.data.entity;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
public class SortEntity extends AbstractEntity {
private Integer sortNum;
public Integer getSortNum() {
return sortNum;
}
public void setSortNum(Integer sortNum) {
this.sortNum = sortNum;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy