Class QualityPlanRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.service.quality_plan.QualityPlanRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Boolean是否启用private List<QualityIndicator>质检指标列表private StringFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
name
-
description
-
indicators
质检指标列表 -
enabled
是否启用
-
-
Constructor Details
-
QualityPlanRequest
public QualityPlanRequest()
-