feat(成品入库): 实现分页查询功能并优化界面交互
- 为成品入库模块添加分页查询功能 - 重构查询服务支持分页数据返回 - 优化主界面布局和交互逻辑 - 改进打印预览对话框状态显示 - 添加分页控件和相关命令处理
This commit is contained in:
@@ -193,7 +193,7 @@ namespace RIZO_Application.Models.Model
|
||||
public string Remark { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class FinishedProductQueryDto
|
||||
public class FinishedProductQueryDto: PagerInfo
|
||||
{
|
||||
public DateTime? StartTime { get; set; }
|
||||
public DateTime? EndTime { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user