朝阳
朝阳
 从源码看目前枚举值只能随机啊,啥时候能支持自定义值就好了,因为有些场景是有层级关系的,比如区域,我们要先建国、在建省这样的
 大佬看看这种问题要如何解决啊
If there are HTML tags within XML tags, @JacksonXmlText will assign incorrect values to the content.
If there are HTML tags within XML tags, the Jackson XML parser will assign incorrect values to the content. ``` @Data public static class Abstract { @JacksonXmlElementWrapper(useWrapping = false) @JacksonXmlProperty(localName...