@@ -52,4 +52,5 @@ public class FlowRespVO {
@ExcelProperty("创建时间")
private LocalDateTime createTime;
+ private String appUrl;
}
@@ -41,4 +41,5 @@ public class FlowSaveReqVO {
@Schema(description = "备注", example = "你说的对")
private String remark;
@@ -36,6 +36,7 @@ public class FlowDO extends BaseDO {
*/
private String flowUrl;
private String indexUrl;
private Integer sort;
private String type;
/**