目录
有这样一个需求,第三方系统要求Mendix 生成XML进行系统对接。
第三方系统提供了这样一份XML demo 用于数据对接,这里以Student 实体类为例。
<?xml version="1.0" encoding="utf-8"?>
<StudentImport>
<StudentInfo>
<Student NO="123">
<Name>Allen</Name>
<Age>18</Age>
<Gender>Male</Gender>
<Address>Address</Address>
</Student>
</StudentInfo>
</StudentImport>

这里我们借助于Export Mapping 这

最低0.47元/天 解锁文章
730

被折叠的 条评论
为什么被折叠?



