@@ -27,6 +27,11 @@ public class BaseSelectDto implements Serializable {
private Long id;
/**
+ * 通用id集合
+ */
+ private List<Long> idList;
+
+ /**
* 页数
*/
private Integer pageNum;