This commit is contained in:
wentch
2015-12-24 14:04:32 +08:00
parent 6c815990dd
commit 057370fccc

View File

@@ -121,7 +121,7 @@ public abstract class Sncp {
* }
* }
*
* @SncpDyn
* @SncpDyn(remote = false)
* public final class _DynLocalTestService extends TestService{
*
* @Resource
@@ -150,7 +150,7 @@ public abstract class Sncp {
* return _updateSomeThing(true, true, true, id);
* }
*
* @SncpDyn
* @SncpDyn(remote = false)
* public String _updateSomeThing(boolean canselfrun, boolean cansamerun, boolean candiffrun, String id){
* String rs = super.updateSomeThing(id);
* if (_client== null) return;
@@ -164,7 +164,7 @@ public abstract class Sncp {
* _createSomeThing(false, true, true, bean);
* }
*
* @SncpDyn
* @SncpDyn(remote = false)
* public void _createSomeThing(boolean canselfrun, boolean cansamerun, boolean candiffrun, TestBean bean){
* if(canselfrun) super.createSomeThing(bean);
* if (_client== null) return;