@@ -29,4 +29,9 @@ public class ScaleContentDTO implements Serializable {
*/
private Integer type;
+ /**
+ * 排序号
+ */
+ private Integer orderNo;
+
}