//package com.ynxbd.common.helper.common; // //import org.dom4j.Document; //import org.dom4j.DocumentHelper; //import org.dom4j.Element; // //import java.io.File; //import java.util.HashMap; //import java.util.Map; // //public class XmlHelper { //// public static void main(String[] args) { //// ArrayList stuList = new ArrayList<>(); //// stuList.add(new Student("1", "张三", "1001", 21, "男", "湖南")); //// stuList.add(new Student("2", "李四", "1002", 20, "男", "甘肃")); //// stuList.add(new Student("3", "王五", "1003", 22, "男", "湖南")); //// writeXml(stuList, Student.class); //// } // //// public static void main(String[] args) { //// Map map = new HashMap<>(); //// map.put("insurance_fee", 1); // 医保支付金额(分) //// map.put("total_fee", 1); // 总金额(分) //// map.put("body", "我是一个测试"); // 商品描述 //// writeXml(map); //// } // // //}