提交 d4ad014d 编写于 作者: sq3536's avatar sq3536

工作流部署

上级 5992b1e9
......@@ -66,7 +66,7 @@ public class WFREModelServiceImpl implements IWFREModelService {
@Override
public WFREModel get(String id) {
return null;
return new WFREModel();
}
@Override
......@@ -123,7 +123,7 @@ public class WFREModelServiceImpl implements IWFREModelService {
@Override
public WFREModel getDraft(WFREModel et) {
return null;
return new WFREModel();
}
......@@ -135,7 +135,7 @@ public class WFREModelServiceImpl implements IWFREModelService {
*/
@Override
public Page<WFREModel> searchDefault(WFREModelSearchContext context) {
return null;
return new PageImpl<WFREModel>(new ArrayList<>(),context.getPageable(),0);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册