refactor(bpm): 移除 BpmOAWorkOrderTrackReqDTO 中 operationType 的 @NotEmpty 注解
移除了 BpmOAWorkOrderTrackReqDTO 类中 operationType 字段的 @NotEmpty 注解,保留其他原有逻辑。
This commit is contained in:
parent
d882806df6
commit
57da6321bf
@ -15,7 +15,6 @@ public class BpmOAWorkOrderTrackReqDTO extends PageParam {
|
||||
private Long workOrderId;
|
||||
|
||||
@Schema(description = "操作类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "PROCESS")
|
||||
@NotEmpty(message = "操作类型不能为空")
|
||||
private String operationType;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user