feat(产品管理): 增加标签来源和打印状态的查询条件
在FinishedProductDto中新增LabelFrom和LabelPrintStatus字段 修改查询服务支持按标签来源和打印状态过滤 调整视图模型默认选中配置的标签来源 移除视图模型中手动过滤逻辑,改为服务层处理
This commit is contained in:
@@ -197,5 +197,7 @@ namespace RIZO_Application.Models.Model
|
||||
{
|
||||
public DateTime? StartTime { get; set; }
|
||||
public DateTime? EndTime { get; set; }
|
||||
public string LabelFrom { get; set; } = string.Empty;
|
||||
public string LabelPrintStatus { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user