新增报告模版绑定工况库功能
This commit is contained in:
@@ -13,7 +13,7 @@ public class BindTaskAndFlowTemplateReq {
|
||||
@Schema(description = "流程模版编号")
|
||||
@NotBlank(message = "流程模版编号不能为空")
|
||||
public String flowCode;
|
||||
|
||||
public Integer type = 0; //0:绑定流程模版 1:绑定报告模版
|
||||
@Schema(description = "分析项库中绑定到执行流程的分析项信息")
|
||||
public List<FlowBindTaskPoolItem> bindTaskkPoolItem = new ArrayList<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user