注释
This commit is contained in:
@@ -11,9 +11,9 @@ import org.redkale.convert.json.JsonConvert;
|
||||
* @author zhangjx
|
||||
*/
|
||||
public class TestBean {
|
||||
|
||||
|
||||
private int userid;
|
||||
|
||||
|
||||
private String message;
|
||||
|
||||
public TestBean() {}
|
||||
|
||||
@@ -32,7 +32,7 @@ public class TestMessageService extends AbstractService {
|
||||
if (t != null) {
|
||||
t.printStackTrace();
|
||||
}
|
||||
System.out.println("消息发送结果: " + v);
|
||||
System.out.println("消息发送完成: " + v);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user