首检添加数据看板

This commit is contained in:
2024-06-07 11:04:26 +08:00
parent c93711290e
commit 769d2da1e0
344 changed files with 1772 additions and 2526 deletions

View File

@@ -1,13 +1,11 @@
using System;
namespace ZR.Model.System.Dto
namespace ZR.Model.System.Dto
{
public class TasksLogQueryDto
{
/// <summary>
/// 查询字符串
/// </summary>
public string Name{ get; set; }
public string Name { get; set; }
public string JobName { get; set; }
public string JobId { get; set; }
public string JobGroup { get; set; }