framework.order.OrderNumOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of framework Show documentation
Show all versions of framework Show documentation
jishi series products framework on java
package framework.order;
/**
* 排序属性能力
*/
public interface OrderNumOption {
Long order();
}