Commit edb74efe authored by zhouleilei's avatar zhouleilei

新增海信-获取当前方案接口

引用dom4j
parent dea261c6
...@@ -62,4 +62,9 @@ public class ControlCommandServiceImpl implements ControlCommandService { ...@@ -62,4 +62,9 @@ public class ControlCommandServiceImpl implements ControlCommandService {
public JsonViewObject phaseDiffSend() { public JsonViewObject phaseDiffSend() {
return null; return null;
} }
@Override
public JsonViewObject tempSchemeSend(SchemeSendVO schemeSendVO) throws Exception {
return null;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment