提交 e7afaea8 编写于 作者: S sean.wang

upgrade

上级 3d688e88
......@@ -31,7 +31,7 @@
<plugin>
<groupId>com.site.maven.plugins</groupId>
<artifactId>maven-codegen-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<id>generate failure report model</id>
......
......@@ -16,6 +16,15 @@ public interface MessageStorage {
public String store(MessageTree tree);
/**
* Fetch a message tree from the store.
*
* @param messageId
* @return
*/
public MessageTree get(String messageId);
/**
*
* Get relative path to base directory or base URL.
*
* @param tree
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册