增加分页

This commit is contained in:
qianhao.xu
2024-12-23 18:34:58 +08:00
parent 80cbe486fd
commit 9d22ec83eb
4 changed files with 33 additions and 22 deletions

View File

@@ -14,4 +14,13 @@ namespace DOAN.Model.Mobile.ReportFlow.Dto
public int bad_num { get; set; }
public string process_operator { get; set; }
}
public class ProReportWorkDto2:PagerInfo
{
public string name { get; set; }
}
public class ProReportWorkDto3 : PagerInfo
{
public int processId { get; set; }
}
}