|
|
@@ -1,12 +1,19 @@
|
|
|
package com.uas.search.b2b.model;
|
|
|
|
|
|
+import java.io.Serializable;
|
|
|
+
|
|
|
/**
|
|
|
* 排序
|
|
|
*
|
|
|
* @author sunyj
|
|
|
* @since 2016年11月23日 下午1:47:44
|
|
|
*/
|
|
|
-public class Sort {
|
|
|
+public class Sort implements Serializable {
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 序列号
|
|
|
+ */
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/**
|
|
|
* 所排序的字段的类型
|