Browse Source

前端排序

zhengkaixin 4 years ago
parent
commit
1f90258b3f

+ 2 - 0
common/src/main/java/com/jpsoft/enterprise/modules/base/dto/NewsInfoListDTO.java

@@ -20,4 +20,6 @@ public class NewsInfoListDTO {
     private String newsTypeId;
     private String newsTypeId;
 
 
     private String picUrl;
     private String picUrl;
+
+    private Integer sortNo;
 }
 }