| | |
| | | return R.data(list); |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | Information information = new Information(); |
| | | information.setAddress("2"); |
| | | information.setDepartmentid("123"); |
| | | String json=JSON.toJSONString(information);//关键 |
| | | com.util.OutJson.createJsonFile(json,"d:/anbao/information/","informationSave"); |
| | | System.out.println("生成文件完成!"); |
| | | } |
| | | // public static void main(String[] args) { |
| | | // Information information = new Information(); |
| | | // information.setAddress("2"); |
| | | // information.setDepartmentid("123"); |
| | | // String json=JSON.toJSONString(information);//关键 |
| | | // com.util.OutJson.createJsonFile(json,"d:/anbao/information/","informationSave"); |
| | | // System.out.println("生成文件完成!"); |
| | | // } |
| | | |
| | | |
| | | } |