mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Repository追加
This commit is contained in:
parent
a4db519fcf
commit
ffb6ebb358
|
@ -1,4 +1,10 @@
|
||||||
package one.nem.lacerta.processor;
|
package one.nem.lacerta.processor;
|
||||||
|
|
||||||
|
import one.nem.lacerta.processor.model.XmlMetaModel;
|
||||||
|
import one.nem.lacerta.processor.model.XmlMetaPageModel;
|
||||||
|
|
||||||
public interface XmlMetaProcessor {
|
public interface XmlMetaProcessor {
|
||||||
|
|
||||||
|
void saveXmlMeta(XmlMetaModel xmlMetaModel);
|
||||||
|
XmlMetaModel loadXmlMeta();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user