mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-24 19:35:29 +00:00
perf[protocol]: protocol的xml中取消version的配置
This commit is contained in:
@@ -23,7 +23,7 @@ import java.util.List;
|
||||
* @author jaysunxiao
|
||||
* @version 3.0
|
||||
*/
|
||||
@JsonPropertyOrder({"id", "name", "minId", "maxId", "version"})
|
||||
@JsonPropertyOrder({"id", "name", "minId", "maxId"})
|
||||
public class XmlModuleDefinition {
|
||||
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "id")
|
||||
|
||||
Reference in New Issue
Block a user