@@ -94,4 +94,6 @@ public class CompanyAiWorkflowExec {
*/
private Integer cidGroupNo;
+ //是否生成数据(0否,1是)
+ private Integer isGenerate;
}
@@ -78,5 +78,7 @@ public class CompanyAiWorkflowExecLog {
@Excel(name = "创建时间", width = 30, dateFormat = "yyyy-MM-dd")
private Date createdTime;