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)
* public void createSomeThing(TestBean bean){
* //do something
* }
* public void createSomeThing(TestBean bean){
* //do something
* }
*
* @RpcMultiRun
* public String updateSomeThing(String id){
* return "hello" + id;
* }
* @RpcMultiRun
* public String updateSomeThing(String id){
* return "hello" + id;
* }
* }
* </pre></blockquote>
*