瀏覽代碼

前端排序

zhengkaixin 4 年之前
父節點
當前提交
1f90258b3f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common/src/main/java/com/jpsoft/enterprise/modules/base/dto/NewsInfoListDTO.java

+ 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 picUrl;
+
+    private Integer sortNo;
 }