Class QueryWorkSectionsRequest
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions.Models.WorkSections
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
工序查询参数对象
public class QueryWorkSectionsRequest : PagedAndSortedResultRequest, IHasExtraProperties, IValidatableObject
- Inheritance
-
QueryWorkSectionsRequest
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
Filter
过滤器
public string Filter { get; set; }
Property Value
FlowType
关联流程
public int? FlowType { get; set; }
Property Value
- int?
Segment
工序段过滤
public Guid? Segment { get; set; }
Property Value
- Guid?
Type
工序类型
public int? Type { get; set; }
Property Value
- int?