Class ExportTracesRequest
- Namespace
- CMS.Plugin.TraceManagement.Abstractions.Models.Traces
- Assembly
- CMS.Plugin.TraceManagement.Abstractions.dll
导出的请求.
public class ExportTracesRequest : GetTracesRequest
- Inheritance
-
ExportTracesRequest
- Inherited Members
Properties
ConfigName
当前报表的配置名称.
public string? ConfigName { get; set; }
Property Value
IsSummary
是否总表
public bool IsSummary { get; set; }
Property Value
TableId
工序Id或者总表Id
public Guid TableId { get; set; }
Property Value
TableIds
工序Id或者总表Id集合.
public List<Guid> TableIds { get; set; }