mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-19 15:44:24 +08:00
@@ -1,17 +1,11 @@
|
||||
class SpaceSsPage {
|
||||
int? pageNum;
|
||||
int? pageSize;
|
||||
int? total;
|
||||
|
||||
SpaceSsPage({
|
||||
this.pageNum,
|
||||
this.pageSize,
|
||||
this.total,
|
||||
});
|
||||
|
||||
factory SpaceSsPage.fromJson(Map<String, dynamic> json) => SpaceSsPage(
|
||||
pageNum: json["page_num"],
|
||||
pageSize: json["page_size"],
|
||||
total: json["total"],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user