This commit is contained in:
Redkale
2017-04-30 17:08:59 +08:00
parent 77451561e6
commit c3783eb041

View File

@@ -258,14 +258,14 @@ public abstract class Sncp {
* } * }
* *
* @RpcMultiRun(selfrun = false) * @RpcMultiRun(selfrun = false)
* public void createSomeThing(TestBean bean){ * public void createSomeThing(TestBean bean){
* //do something * //do something
* } * }
* *
* @RpcMultiRun * @RpcMultiRun
* public String updateSomeThing(String id){ * public String updateSomeThing(String id){
* return "hello" + id; * return "hello" + id;
* } * }
* } * }
* </pre></blockquote> * </pre></blockquote>
* *